#4A62BE

Color #4A62BE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4A62BE

Tints of Free Speech Blue #4A62BE

Color information

#4A62BE (or 0x4A62BE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 62 and BE. RGB value is (74,98,190). Sum of RGB (Red+Green+Blue) = 74+98+190=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A62BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A62BE is #B59D41. Grayscale: #646464. Windows color (decimal): -11902274 or 12477002. OLE color: 12477002.

HSL color Cylindrical-coordinate representation of color #4A62BE: hue angle of 227.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A62BE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7498190-
CMYK0.610.4800.25
HSL227.59º47.15%51.76%-
HSV(B)227.59º61.05%74.51%-
XYZ16.4913.9150.53-
YUV101.31178.05108.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 20.44%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=20.44%
G=27.07%
B=52.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74981900.610.4800.25227.5947.1551.76
Hex4A62BE3D30019e42f34
Octal11214227675600313445764
Binary100101011000101011111011110111000001100111100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A62BE; }

 p { color: rgb(74,98,190); }

 H1.HeaderClassName
 {
   color: #4A62BE;
 }
 .AnyTagClassName
 {
   color: #4A62BE;
 }
</style>
background-color css

<style>
 a { background-color: #4A62BE; }

 a { background-color: rgb(74,98,190); }

 div.DivClassName
 {
   background-color: #4A62BE;
 }
 .BgClassName
 {
   background-color: #4A62BE;
 }
</style>
border-color css

<style>
 span { border-color: #4A62BE; }

 span { border-color: rgb(74,98,190); }

 td.TdClassName
 {
   border-color: #4A62BE;
 }
 .TagClassName
 {
   border-color: #4A62BE;
 }
</style>