#424D7E

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

Shades of Astronaut #424D7E

Tints of Astronaut #424D7E

Color information

#424D7E (or 0x424D7E) is unknown color: approx Astronaut. HEX triplet: 42, 4D and 7E. RGB value is (66,77,126). Sum of RGB (Red+Green+Blue) = 66+77+126=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #424D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D7E is #BDB281. Grayscale: #4F4F4F. Windows color (decimal): -12432002 or 8277314. OLE color: 8277314.

HSL color Cylindrical-coordinate representation of color #424D7E: hue angle of 229º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424D7E is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6677126-
CMYK0.480.3900.51
HSL229º31.25%37.65%-
HSV(B)229º47.62%49.41%-
XYZ8.677.9720.82-
YUV79.3154.36118.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=24.54%
G=28.62%
B=46.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66771260.480.3900.5122931.2537.65
Hex424D7E3027033e51f26
Octal10211517660470633453746
Binary10000101001101111111011000010011101100111110010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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