#4B62C6

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

Shades of Free Speech Blue #4B62C6

Tints of Free Speech Blue #4B62C6

Color information

#4B62C6 (or 0x4B62C6) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 62 and C6. RGB value is (75,98,198). Sum of RGB (Red+Green+Blue) = 75+98+198=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B62C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B62C6 is #B49D39. Grayscale: #666666. Windows color (decimal): -11836730 or 13001291. OLE color: 13001291.

HSL color Cylindrical-coordinate representation of color #4B62C6: hue angle of 228.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B62C6 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7598198-
CMYK0.620.5100.22
HSL228.78º51.9%53.53%-
HSV(B)228.78º62.12%77.65%-
XYZ17.4614.3155.27-
YUV102.52181.88108.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 198 (77.73% from 255) = 53.37%
R=20.22%
G=26.42%
B=53.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75981980.620.5100.22228.7851.953.53
Hex4B62C63E33016e53436
Octal11314230676630263456466
Binary100101111000101100011011111011001101011011100101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B62C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,198); }

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

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

 a { background-color: rgb(75,98,198); }

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

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

 span { border-color: rgb(75,98,198); }

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