#4052C9

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

Shades of Free Speech Blue #4052C9

Tints of Free Speech Blue #4052C9

Color information

#4052C9 (or 0x4052C9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 52 and C9. RGB value is (64,82,201). Sum of RGB (Red+Green+Blue) = 64+82+201=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #4052C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4052C9 is #BFAD36. Grayscale: #595959. Windows color (decimal): -12561719 or 13193792. OLE color: 13193792.

HSL color Cylindrical-coordinate representation of color #4052C9: hue angle of 232.12º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4052C9 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6482201-
CMYK0.680.5900.21
HSL232.12º55.92%51.96%-
HSV(B)232.12º68.16%78.82%-
XYZ15.6711.3456.62-
YUV90.18190.54109.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 201 (78.91% from 255) = 57.93%
R=18.44%
G=23.63%
B=57.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64822010.680.5900.21232.1255.9251.96
Hex4052C9443B015e83834
Octal100122311104730253507064
Binary1000000101001011001001100010011101101010111101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4052C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4052C9; }

 p { color: rgb(64,82,201); }

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

<style>
 a { background-color: #4052C9; }

 a { background-color: rgb(64,82,201); }

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

<style>
 span { border-color: #4052C9; }

 span { border-color: rgb(64,82,201); }

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