#474F72

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

Shades of Astronaut #474F72

Tints of Astronaut #474F72

Color information

#474F72 (or 0x474F72) is unknown color: approx Astronaut. HEX triplet: 47, 4F and 72. RGB value is (71,79,114). Sum of RGB (Red+Green+Blue) = 71+79+114=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #474F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F72 is #B8B08D. Grayscale: #505050. Windows color (decimal): -12103822 or 7491399. OLE color: 7491399.

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

Color convert

RGB7179114-
CMYK0.380.3100.55
HSL228.84º23.24%36.27%-
HSV(B)228.84º37.72%44.71%-
XYZ8.438.1517.05-
YUV80.6146.85121.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=26.89%
G=29.92%
B=43.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71791140.380.3100.55228.8423.2436.27
Hex474F72261F037e51724
Octal10711716246370673452744
Binary1000111100111111100101001101111101101111110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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