#424EAE

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

Shades of Free Speech Blue #424EAE

Tints of Free Speech Blue #424EAE

Color information

#424EAE (or 0x424EAE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4E and AE. RGB value is (66,78,174). Sum of RGB (Red+Green+Blue) = 66+78+174=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #424EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424EAE is #BDB151. Grayscale: #545454. Windows color (decimal): -12431698 or 11423298. OLE color: 11423298.

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

Color convert

RGB6678174-
CMYK0.620.5500.32
HSL233.33º45%47.06%-
HSV(B)233.33º62.07%68.24%-
XYZ12.619.6641.24-
YUV85.36178.02114.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=20.75%
G=24.53%
B=54.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66781740.620.5500.32233.334547.06
Hex424EAE3E37020e92d2f
Octal10211625676670403515557
Binary1000010100111010101110111110110111010000011101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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