#424D6D

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

Shades of Astronaut #424D6D

Tints of Astronaut #424D6D

Color information

#424D6D (or 0x424D6D) is unknown color: approx Astronaut. HEX triplet: 42, 4D and 6D. RGB value is (66,77,109). Sum of RGB (Red+Green+Blue) = 66+77+109=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #424D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D6D is #BDB292. Grayscale: #4D4D4D. Windows color (decimal): -12432019 or 7163202. OLE color: 7163202.

HSL color Cylindrical-coordinate representation of color #424D6D: hue angle of 224.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424D6D is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6677109-
CMYK0.390.2900.57
HSL224.65º24.57%34.31%-
HSV(B)224.65º39.45%42.75%-
XYZ7.667.5715.53-
YUV77.36145.86119.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=26.19%
G=30.56%
B=43.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66771090.390.2900.57224.6524.5734.31
Hex424D6D271D039e11922
Octal10211515547350713413142
Binary1000010100110111011011001111110101110011110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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