#424C6D

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

Shades of Astronaut #424C6D

Tints of Astronaut #424C6D

Color information

#424C6D (or 0x424C6D) is unknown color: approx Astronaut. HEX triplet: 42, 4C and 6D. RGB value is (66,76,109). Sum of RGB (Red+Green+Blue) = 66+76+109=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #424C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C6D is #BDB392. Grayscale: #4C4C4C. Windows color (decimal): -12432275 or 7162946. OLE color: 7162946.

HSL color Cylindrical-coordinate representation of color #424C6D: hue angle of 226.05º 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 #424C6D is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6676109-
CMYK0.390.3000.57
HSL226.05º24.57%34.31%-
HSV(B)226.05º39.45%42.75%-
XYZ7.597.4315.5-
YUV76.77146.19120.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=26.29%
G=30.28%
B=43.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66761090.390.3000.57226.0524.5734.31
Hex424C6D271E039e21922
Octal10211415547360713423142
Binary1000010100110011011011001111111001110011110001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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