#424C7C

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

Shades of Astronaut #424C7C

Tints of Astronaut #424C7C

Color information

#424C7C (or 0x424C7C) is unknown color: approx Astronaut. HEX triplet: 42, 4C and 7C. RGB value is (66,76,124). Sum of RGB (Red+Green+Blue) = 66+76+124=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #424C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C7C is #BDB383. Grayscale: #4E4E4E. Windows color (decimal): -12432260 or 8145986. OLE color: 8145986.

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

Color convert

RGB6676124-
CMYK0.470.3900.51
HSL229.66º30.53%37.25%-
HSV(B)229.66º46.77%48.63%-
XYZ8.477.7820.12-
YUV78.48153.69119.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=24.81%
G=28.57%
B=46.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66761240.470.3900.51229.6630.5337.25
Hex424C7C2F27033e61f25
Octal10211417457470633463745
Binary10000101001100111110010111110011101100111110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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