#424F72

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

Shades of Astronaut #424F72

Tints of Astronaut #424F72

Color information

#424F72 (or 0x424F72) is unknown color: approx Astronaut. HEX triplet: 42, 4F and 72. RGB value is (66,79,114). Sum of RGB (Red+Green+Blue) = 66+79+114=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #424F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F72 is #BDB08D. Grayscale: #4E4E4E. Windows color (decimal): -12431502 or 7491394. OLE color: 7491394.

HSL color Cylindrical-coordinate representation of color #424F72: hue angle of 223.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424F72 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6679114-
CMYK0.420.3100.55
HSL223.75º26.67%35.29%-
HSV(B)223.75º42.11%44.71%-
XYZ8.087.9717.03-
YUV79.1147.69118.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=25.48%
G=30.50%
B=44.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66791140.420.3100.55223.7526.6735.29
Hex424F722A1F037e01b23
Octal10211716252370673403343
Binary1000010100111111100101010101111101101111110000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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