#474F7A

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

Shades of Astronaut #474F7A

Tints of Astronaut #474F7A

Color information

#474F7A (or 0x474F7A) is unknown color: approx Astronaut. HEX triplet: 47, 4F and 7A. RGB value is (71,79,122). Sum of RGB (Red+Green+Blue) = 71+79+122=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #474F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F7A is #B8B085. Grayscale: #515151. Windows color (decimal): -12103814 or 8015687. OLE color: 8015687.

HSL color Cylindrical-coordinate representation of color #474F7A: hue angle of 230.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474F7A is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7179122-
CMYK0.420.3500.52
HSL230.59º26.42%37.84%-
HSV(B)230.59º41.8%47.84%-
XYZ8.918.3419.55-
YUV81.51150.85120.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=26.10%
G=29.04%
B=44.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71791220.420.3500.52230.5926.4237.84
Hex474F7A2A23034e71a26
Octal10711717252430643473246
Binary10001111001111111101010101010001101101001110011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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