#474E75

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

Shades of Astronaut #474E75

Tints of Astronaut #474E75

Color information

#474E75 (or 0x474E75) is unknown color: approx Astronaut. HEX triplet: 47, 4E and 75. RGB value is (71,78,117). Sum of RGB (Red+Green+Blue) = 71+78+117=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #474E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E75 is #B8B18A. Grayscale: #505050. Windows color (decimal): -12104075 or 7687751. OLE color: 7687751.

HSL color Cylindrical-coordinate representation of color #474E75: hue angle of 230.87º 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 #474E75 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7178117-
CMYK0.390.3300.54
HSL230.87º24.47%36.86%-
HSV(B)230.87º39.32%45.88%-
XYZ8.538.0717.94-
YUV80.35148.68121.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=26.69%
G=29.32%
B=43.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71781170.390.3300.54230.8724.4736.86
Hex474E752721036e71825
Octal10711616547410663473045
Binary10001111001110111010110011110000101101101110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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