#424E71

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

Shades of Astronaut #424E71

Tints of Astronaut #424E71

Color information

#424E71 (or 0x424E71) is unknown color: approx Astronaut. HEX triplet: 42, 4E and 71. RGB value is (66,78,113). Sum of RGB (Red+Green+Blue) = 66+78+113=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #424E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E71 is #BDB18E. Grayscale: #4E4E4E. Windows color (decimal): -12431759 or 7425602. OLE color: 7425602.

HSL color Cylindrical-coordinate representation of color #424E71: hue angle of 224.68º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424E71 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6678113-
CMYK0.420.3100.56
HSL224.68º26.26%35.1%-
HSV(B)224.68º41.59%44.31%-
XYZ7.957.816.71-
YUV78.4147.52119.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=25.68%
G=30.35%
B=43.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66781130.420.3100.56224.6826.2635.1
Hex424E712A1F038e11a23
Octal10211616152370703413243
Binary1000010100111011100011010101111101110001110000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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