#4257D2

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

Shades of Free Speech Blue #4257D2

Tints of Free Speech Blue #4257D2

Color information

#4257D2 (or 0x4257D2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 57 and D2. RGB value is (66,87,210). Sum of RGB (Red+Green+Blue) = 66+87+210=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 210 (82.42% from 255 or 57.85% from 363); Max value from RGB is 210 - color contains mainly: blue. Hex color #4257D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4257D2 is #BDA82D. Grayscale: #5E5E5E. Windows color (decimal): -12429358 or 13784898. OLE color: 13784898.

HSL color Cylindrical-coordinate representation of color #4257D2: hue angle of 231.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4257D2 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6687210-
CMYK0.690.5900.18
HSL231.25º61.54%54.12%-
HSV(B)231.25º68.57%82.35%-
XYZ17.2912.6362.5-
YUV94.74193.04107.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 210 (82.42% from 255) = 57.85%
R=18.18%
G=23.97%
B=57.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66872100.690.5900.18231.2561.5454.12
Hex4257D2453B012e73e36
Octal102127322105730223477666
Binary1000010101011111010010100010111101101001011100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4257D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4257D2; }

 p { color: rgb(66,87,210); }

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

<style>
 a { background-color: #4257D2; }

 a { background-color: rgb(66,87,210); }

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

<style>
 span { border-color: #4257D2; }

 span { border-color: rgb(66,87,210); }

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