#475372

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

Shades of Astronaut #475372

Tints of Astronaut #475372

Color information

#475372 (or 0x475372) is unknown color: approx Astronaut. HEX triplet: 47, 53 and 72. RGB value is (71,83,114). Sum of RGB (Red+Green+Blue) = 71+83+114=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #475372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475372 is #B8AC8D. Grayscale: #525252. Windows color (decimal): -12102798 or 7492423. OLE color: 7492423.

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

Color convert

RGB7183114-
CMYK0.380.2700.55
HSL223.26º23.24%36.27%-
HSV(B)223.26º37.72%44.71%-
XYZ8.738.7417.15-
YUV82.95145.52119.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=26.49%
G=30.97%
B=42.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71831140.380.2700.55223.2623.2436.27
Hex475372261B037df1724
Octal10712316246330673372744
Binary1000111101001111100101001101101101101111101111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475372; }

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

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

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

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

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

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

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

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