Html Css Color HEX #424E72 Astronaut

📋 copy color: '#424E72'

red 66 ◦ green 78 ◦ blue 114

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

Shades of Astronaut #424E72

Tints of Astronaut #424E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 25.58%
G = 30.23%
B = 44.19%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424E72 (or 0x424E72) is known color: Astronaut. HEX triplet: 42, 4E and 72. RGB value is (66,78,114). Sum of RGB (Red+Green+Blue) = 66+78+114=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #424E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E72 is #BDB18D. Grayscale: #4E4E4E. Windows color (decimal): -12431758 or 7491138. OLE color: 7491138.

HSL color Cylindrical-coordinate representation of color #424E72: hue angle of 225º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424E72 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 78 114 -
CMYK 0.42 0.32 0 0.55
HSL 225º 0.27% 0.35% -
HSV(B) 225º 0.42% 0.45% -
XYZ 8.01 7.82 17.01 -
YUV 78.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 66 78 114 0.42 0.32 0 0.55 225 0.27 0.35
Hex 42 4E 72 2A 20 0 37 E1 1B 23
Octal 102 116 162 52 40 0 67 341 33 43
Binary 1000010 1001110 1110010 101010 100000 0 110111 11100001 11011 100011

Color Harmonies of #424E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E72

Black with #424E72

Text Example


Text Example

White with #424E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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