#424E72

Color #424E72 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #424E72

Tints of Astronaut #424E72

Color information

#424E72 (or 0x424E72) is unknown color: approx 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

RGB6678114-
CMYK0.420.3200.55
HSL225º26.67%35.29%-
HSV(B)225º42.11%44.71%-
XYZ8.017.8217.01-
YUV78.52148.02119.07-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66781140.420.3200.5522526.6735.29
Hex424E722A20037e11b23
Octal10211616252400673413343
Binary10000101001110111001010101010000001101111110000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>