#474F75

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

Shades of Astronaut #474F75

Tints of Astronaut #474F75

Color information

#474F75 (or 0x474F75) is unknown color: approx Astronaut. HEX triplet: 47, 4F and 75. RGB value is (71,79,117). Sum of RGB (Red+Green+Blue) = 71+79+117=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #474F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F75 is #B8B08A. Grayscale: #505050. Windows color (decimal): -12103819 or 7688007. OLE color: 7688007.

HSL color Cylindrical-coordinate representation of color #474F75: hue angle of 229.57º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474F75 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7179117-
CMYK0.390.3200.54
HSL229.57º24.47%36.86%-
HSV(B)229.57º39.32%45.88%-
XYZ8.618.2217.96-
YUV80.94148.35120.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=26.59%
G=29.59%
B=43.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71791170.390.3200.54229.5724.4736.86
Hex474F752720036e61825
Octal10711716547400663463045
Binary10001111001111111010110011110000001101101110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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