#4032C6

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

Shades of Free Speech Blue #4032C6

Tints of Free Speech Blue #4032C6

Color information

#4032C6 (or 0x4032C6) is unknown color: approx Free Speech Blue. HEX triplet: 40, 32 and C6. RGB value is (64,50,198). Sum of RGB (Red+Green+Blue) = 64+50+198=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #4032C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032C6 is #BFCD39. Grayscale: #464646. Windows color (decimal): -12569914 or 12988992. OLE color: 12988992.

HSL color Cylindrical-coordinate representation of color #4032C6: hue angle of 245.68º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4032C6 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6450198-
CMYK0.680.7500.22
HSL245.68º59.68%48.63%-
HSV(B)245.68º74.75%77.65%-
XYZ13.457.4554.15-
YUV71.06199.64122.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 198 (77.73% from 255) = 63.46%
R=20.51%
G=16.03%
B=63.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64501980.680.7500.22245.6859.6848.63
Hex4032C6444B016f63c31
Octal100623061041130263667461
Binary1000000110010110001101000100100101101011011110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4032C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4032C6; }

 p { color: rgb(64,50,198); }

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

<style>
 a { background-color: #4032C6; }

 a { background-color: rgb(64,50,198); }

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

<style>
 span { border-color: #4032C6; }

 span { border-color: rgb(64,50,198); }

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