#4257AF

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

Shades of Free Speech Blue #4257AF

Tints of Free Speech Blue #4257AF

Color information

#4257AF (or 0x4257AF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 57 and AF. RGB value is (66,87,175). Sum of RGB (Red+Green+Blue) = 66+87+175=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #4257AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4257AF is #BDA850. Grayscale: #5A5A5A. Windows color (decimal): -12429393 or 11491138. OLE color: 11491138.

HSL color Cylindrical-coordinate representation of color #4257AF: hue angle of 228.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4257AF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6687175-
CMYK0.620.5000.31
HSL228.44º45.23%47.25%-
HSV(B)228.44º62.29%68.63%-
XYZ13.3911.0741.99-
YUV90.75175.54110.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=20.12%
G=26.52%
B=53.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66871750.620.5000.31228.4445.2347.25
Hex4257AF3E3201Fe42d2f
Octal10212725776620373445557
Binary100001010101111010111111111011001001111111100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4257AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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