#424DAF

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

Shades of Free Speech Blue #424DAF

Tints of Free Speech Blue #424DAF

Color information

#424DAF (or 0x424DAF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4D and AF. RGB value is (66,77,175). Sum of RGB (Red+Green+Blue) = 66+77+175=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #424DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DAF is #BDB250. Grayscale: #545454. Windows color (decimal): -12431953 or 11488578. OLE color: 11488578.

HSL color Cylindrical-coordinate representation of color #424DAF: hue angle of 233.94º 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 #424DAF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6677175-
CMYK0.620.5600.31
HSL233.94º45.23%47.25%-
HSV(B)233.94º62.29%68.63%-
XYZ12.649.5641.74-
YUV84.88178.86114.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=20.75%
G=24.21%
B=55.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66771750.620.5600.31233.9445.2347.25
Hex424DAF3E3801Fea2d2f
Octal10211525776700373525557
Binary100001010011011010111111111011100001111111101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424DAF; }

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

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

<style>
 a { background-color: #424DAF; }

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

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

<style>
 span { border-color: #424DAF; }

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

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