#424D76

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

Shades of Astronaut #424D76

Tints of Astronaut #424D76

Color information

#424D76 (or 0x424D76) is unknown color: approx Astronaut. HEX triplet: 42, 4D and 76. RGB value is (66,77,118). Sum of RGB (Red+Green+Blue) = 66+77+118=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #424D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D76 is #BDB289. Grayscale: #4E4E4E. Windows color (decimal): -12432010 or 7753026. OLE color: 7753026.

HSL color Cylindrical-coordinate representation of color #424D76: hue angle of 227.31º 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 #424D76 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6677118-
CMYK0.440.3500.54
HSL227.31º28.26%36.08%-
HSV(B)227.31º44.07%46.27%-
XYZ8.177.7718.21-
YUV78.38150.36119.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=25.29%
G=29.50%
B=45.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66771180.440.3500.54227.3128.2636.08
Hex424D762C23036e31c24
Octal10211516654430663433444
Binary10000101001101111011010110010001101101101110001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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