#4252CB

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

Shades of Free Speech Blue #4252CB

Tints of Free Speech Blue #4252CB

Color information

#4252CB (or 0x4252CB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 52 and CB. RGB value is (66,82,203). Sum of RGB (Red+Green+Blue) = 66+82+203=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #4252CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252CB is #BDAD34. Grayscale: #5A5A5A. Windows color (decimal): -12430645 or 13324866. OLE color: 13324866.

HSL color Cylindrical-coordinate representation of color #4252CB: hue angle of 232.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4252CB is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6682203-
CMYK0.670.6000.20
HSL232.99º56.85%52.75%-
HSV(B)232.99º67.49%79.61%-
XYZ16.0411.557.87-
YUV91.01191.2110.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 203 (79.69% from 255) = 57.83%
R=18.80%
G=23.36%
B=57.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66822030.670.6000.20232.9956.8552.75
Hex4252CB433C014e93935
Octal102122313103740243517165
Binary1000010101001011001011100001111110001010011101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4252CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4252CB; }

 p { color: rgb(66,82,203); }

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

<style>
 a { background-color: #4252CB; }

 a { background-color: rgb(66,82,203); }

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

<style>
 span { border-color: #4252CB; }

 span { border-color: rgb(66,82,203); }

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