#475272

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

Shades of Astronaut #475272

Tints of Astronaut #475272

Color information

#475272 (or 0x475272) is unknown color: approx Astronaut. HEX triplet: 47, 52 and 72. RGB value is (71,82,114). Sum of RGB (Red+Green+Blue) = 71+82+114=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #475272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475272 is #B8AD8D. Grayscale: #525252. Windows color (decimal): -12103054 or 7492167. OLE color: 7492167.

HSL color Cylindrical-coordinate representation of color #475272: hue angle of 224.65º 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 #475272 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7182114-
CMYK0.380.2800.55
HSL224.65º23.24%36.27%-
HSV(B)224.65º37.72%44.71%-
XYZ8.658.5917.12-
YUV82.36145.86119.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=26.59%
G=30.71%
B=42.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71821140.380.2800.55224.6523.2436.27
Hex475272261C037e11724
Octal10712216246340673412744
Binary1000111101001011100101001101110001101111110000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475272; }

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

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

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

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

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

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

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

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