#424D7B

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

Shades of Astronaut #424D7B

Tints of Astronaut #424D7B

Color information

#424D7B (or 0x424D7B) is unknown color: approx Astronaut. HEX triplet: 42, 4D and 7B. RGB value is (66,77,123). Sum of RGB (Red+Green+Blue) = 66+77+123=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #424D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D7B is #BDB284. Grayscale: #4E4E4E. Windows color (decimal): -12432005 or 8080706. OLE color: 8080706.

HSL color Cylindrical-coordinate representation of color #424D7B: hue angle of 228.42º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424D7B is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6677123-
CMYK0.460.3700.52
HSL228.42º30.16%37.06%-
HSV(B)228.42º46.34%48.24%-
XYZ8.487.919.82-
YUV78.96152.86118.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=24.81%
G=28.95%
B=46.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66771230.460.3700.52228.4230.1637.06
Hex424D7B2E25034e41e25
Octal10211517356450643443645
Binary10000101001101111101110111010010101101001110010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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