#424F70

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

Shades of Astronaut #424F70

Tints of Astronaut #424F70

Color information

#424F70 (or 0x424F70) is unknown color: approx Astronaut. HEX triplet: 42, 4F and 70. RGB value is (66,79,112). Sum of RGB (Red+Green+Blue) = 66+79+112=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #424F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F70 is #BDB08F. Grayscale: #4E4E4E. Windows color (decimal): -12431504 or 7360322. OLE color: 7360322.

HSL color Cylindrical-coordinate representation of color #424F70: hue angle of 223.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424F70 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6679112-
CMYK0.410.2900.56
HSL223.04º25.84%34.9%-
HSV(B)223.04º41.07%43.92%-
XYZ7.977.9216.44-
YUV78.88146.69118.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=25.68%
G=30.74%
B=43.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66791120.410.2900.56223.0425.8434.9
Hex424F70291D038df1a23
Octal10211716051350703373243
Binary1000010100111111100001010011110101110001101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,79,112); }

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

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

 a { background-color: rgb(66,79,112); }

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

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

 span { border-color: rgb(66,79,112); }

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