#424E7F

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

Shades of Astronaut #424E7F

Tints of Astronaut #424E7F

Color information

#424E7F (or 0x424E7F) is unknown color: approx Astronaut. HEX triplet: 42, 4E and 7F. RGB value is (66,78,127). Sum of RGB (Red+Green+Blue) = 66+78+127=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #424E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E7F is #BDB180. Grayscale: #4F4F4F. Windows color (decimal): -12431745 or 8343106. OLE color: 8343106.

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

Color convert

RGB6678127-
CMYK0.480.3900.50
HSL228.2º31.61%37.84%-
HSV(B)228.2º48.03%49.8%-
XYZ8.88.1421.19-
YUV80154.52118.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 127 (50% from 255) = 46.86%
R=24.35%
G=28.78%
B=46.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66781270.480.3900.50228.231.6137.84
Hex424E7F3027032e42026
Octal10211617760470623444046
Binary100001010011101111111110000100111011001011100100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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