#424E76

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

Shades of Astronaut #424E76

Tints of Astronaut #424E76

Color information

#424E76 (or 0x424E76) is unknown color: approx Astronaut. HEX triplet: 42, 4E and 76. RGB value is (66,78,118). Sum of RGB (Red+Green+Blue) = 66+78+118=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #424E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E76 is #BDB189. Grayscale: #4E4E4E. Windows color (decimal): -12431754 or 7753282. OLE color: 7753282.

HSL color Cylindrical-coordinate representation of color #424E76: hue angle of 226.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424E76 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6678118-
CMYK0.440.3400.54
HSL226.15º28.26%36.08%-
HSV(B)226.15º44.07%46.27%-
XYZ8.247.9218.23-
YUV78.97150.02118.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=25.19%
G=29.77%
B=45.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66781180.440.3400.54226.1528.2636.08
Hex424E762C22036e21c24
Octal10211616654420663423444
Binary10000101001110111011010110010001001101101110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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