#4252DC

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

Shades of Free Speech Blue #4252DC

Tints of Free Speech Blue #4252DC

Color information

#4252DC (or 0x4252DC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 52 and DC. RGB value is (66,82,220). Sum of RGB (Red+Green+Blue) = 66+82+220=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #4252DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252DC is #BDAD23. Grayscale: #5C5C5C. Windows color (decimal): -12430628 or 14438978. OLE color: 14438978.

HSL color Cylindrical-coordinate representation of color #4252DC: hue angle of 233.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4252DC is Cyan = 0.7, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6682220-
CMYK0.70.6300.14
HSL233.77º68.75%56.08%-
HSV(B)233.77º70%86.27%-
XYZ18.1812.3669.14-
YUV92.95199.7108.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 220 (86.33% from 255) = 59.78%
R=17.93%
G=22.28%
B=59.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66822200.70.6300.14233.7768.7556.08
Hex4252DC463F0Eea4538
Octal1021223341067701635210570
Binary1000010101001011011100100011011111101110111010101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4252DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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