#4257B4

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

Shades of Free Speech Blue #4257B4

Tints of Free Speech Blue #4257B4

Color information

#4257B4 (or 0x4257B4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 57 and B4. RGB value is (66,87,180). Sum of RGB (Red+Green+Blue) = 66+87+180=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #4257B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4257B4 is #BDA84B. Grayscale: #5A5A5A. Windows color (decimal): -12429388 or 11818818. OLE color: 11818818.

HSL color Cylindrical-coordinate representation of color #4257B4: hue angle of 228.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4257B4 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6687180-
CMYK0.630.5200.29
HSL228.95º46.34%48.24%-
HSV(B)228.95º63.33%70.59%-
XYZ13.8911.2744.62-
YUV91.32178.04109.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=19.82%
G=26.13%
B=54.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66871800.630.5200.29228.9546.3448.24
Hex4257B43F3401De52e30
Octal10212726477640353455660
Binary100001010101111011010011111111010001110111100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4257B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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