Html Css Color HEX #424FAE Free Speech Blue

📋 copy color: '#424FAE'

red 66 ◦ green 79 ◦ blue 174

#424FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #424FAE

Tints of Free Speech Blue #424FAE

RGB

 RED value IS 66 (26.17% from 255) = 20.69%

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 20.69%
G = 24.76%
B = 54.55%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#424FAE (or 0x424FAE) is known color: Free Speech Blue. HEX triplet: 42, 4F and AE. RGB value is (66,79,174). Sum of RGB (Red+Green+Blue) = 66+79+174=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #424FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FAE is #BDB051. Grayscale: #555555. Windows color (decimal): -12431442 or 11423554. OLE color: 11423554.

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

Color convert

RGB 66 79 174 -
CMYK 0.62 0.55 0 0.32
HSL 232.78º 0.45% 0.47% -
HSV(B) 232.78º 0.62% 0.68% -
XYZ 12.68 9.81 41.27 -
YUV 85.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 66 79 174 0.62 0.55 0 0.32 232.78 0.45 0.47
Hex 42 4F AE 3E 37 0 20 E9 2D 2F
Octal 102 117 256 76 67 0 40 351 55 57
Binary 1000010 1001111 10101110 111110 110111 0 100000 11101001 101101 101111

Color Harmonies of #424FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FAE

Black with #424FAE

Text Example


Text Example

White with #424FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424FAE;
 }
 .AnyTagClassName
 {
   color: #424FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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