#424C7F

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

Shades of Astronaut #424C7F

Tints of Astronaut #424C7F

Color information

#424C7F (or 0x424C7F) is unknown color: approx Astronaut. HEX triplet: 42, 4C and 7F. RGB value is (66,76,127). Sum of RGB (Red+Green+Blue) = 66+76+127=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #424C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C7F is #BDB380. Grayscale: #4E4E4E. Windows color (decimal): -12432257 or 8342594. OLE color: 8342594.

HSL color Cylindrical-coordinate representation of color #424C7F: hue angle of 230.16º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424C7F is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6676127-
CMYK0.480.4000.50
HSL230.16º31.61%37.84%-
HSV(B)230.16º48.03%49.8%-
XYZ8.667.8621.14-
YUV78.82155.19118.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 127 (50% from 255) = 47.21%
R=24.54%
G=28.25%
B=47.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66761270.480.4000.50230.1631.6137.84
Hex424C7F3028032e62026
Octal10211417760500623464046
Binary100001010011001111111110000101000011001011100110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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