#424CAE

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

Shades of Free Speech Blue #424CAE

Tints of Free Speech Blue #424CAE

Color information

#424CAE (or 0x424CAE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4C and AE. RGB value is (66,76,174). Sum of RGB (Red+Green+Blue) = 66+76+174=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #424CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424CAE is #BDB351. Grayscale: #535353. Windows color (decimal): -12432210 or 11422786. OLE color: 11422786.

HSL color Cylindrical-coordinate representation of color #424CAE: hue angle of 234.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424CAE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6676174-
CMYK0.620.5600.32
HSL234.44º45%47.06%-
HSV(B)234.44º62.07%68.24%-
XYZ12.479.3841.2-
YUV84.18178.69115.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=20.89%
G=24.05%
B=55.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66761740.620.5600.32234.444547.06
Hex424CAE3E38020ea2d2f
Octal10211425676700403525557
Binary1000010100110010101110111110111000010000011101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,174); }

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

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

 a { background-color: rgb(66,76,174); }

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

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

 span { border-color: rgb(66,76,174); }

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