#4232cc

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

Shades of Free Speech Blue #4232CC

Tints of Free Speech Blue #4232CC

Color information

#4232CC (or 0x4232CC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 32 and CC. RGB value is (66,50,204). Sum of RGB (Red+Green+Blue) = 66+50+204=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #4232CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232CC is #BDCD33. Grayscale: #474747. Windows color (decimal): -12438836 or 13382210. OLE color: 13382210.

HSL color Cylindrical-coordinate representation of color #4232CC: hue angle of 246.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4232CC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6650204-
CMYK0.680.7500.2
HSL246.23º60.63%49.8%-
HSV(B)246.23º75.49%80%-
XYZ14.297.857.88-
YUV72.34202.3123.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 204 (80.08% from 255) = 63.75%
R=20.62%
G=15.62%
B=63.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66502040.680.7500.2246.2360.6349.8
Hex4232CC444B014f63d32
Octal102623141041130243667562
Binary1000010110010110011001000100100101101010011110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4232cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4232cc; }

 p { color: rgb(66,50,204); }

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

<style>
 a { background-color: #4232cc; }

 a { background-color: rgb(66,50,204); }

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

<style>
 span { border-color: #4232cc; }

 span { border-color: rgb(66,50,204); }

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