Html Css Color HEX #424DAE Free Speech Blue

📋 copy color: '#424DAE'

red 66 ◦ green 77 ◦ blue 174

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

Shades of Free Speech Blue #424DAE

Tints of Free Speech Blue #424DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

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

R = 20.82%
G = 24.29%
B = 54.89%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#424DAE (or 0x424DAE) is known color: Free Speech Blue. HEX triplet: 42, 4D and AE. RGB value is (66,77,174). Sum of RGB (Red+Green+Blue) = 66+77+174=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #424DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DAE is #BDB251. Grayscale: #545454. Windows color (decimal): -12431954 or 11423042. OLE color: 11423042.

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

Color convert

RGB 66 77 174 -
CMYK 0.62 0.56 0 0.32
HSL 233.89º 0.45% 0.47% -
HSV(B) 233.89º 0.62% 0.68% -
XYZ 12.54 9.52 41.22 -
YUV 84.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 66 77 174 0.62 0.56 0 0.32 233.89 0.45 0.47
Hex 42 4D AE 3E 38 0 20 EA 2D 2F
Octal 102 115 256 76 70 0 40 352 55 57
Binary 1000010 1001101 10101110 111110 111000 0 100000 11101010 101101 101111

Color Harmonies of #424DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DAE

Black with #424DAE

Text Example


Text Example

White with #424DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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