#47517D

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

Shades of Astronaut #47517D

Tints of Astronaut #47517D

Color information

#47517D (or 0x47517D) is unknown color: approx Astronaut. HEX triplet: 47, 51 and 7D. RGB value is (71,81,125). Sum of RGB (Red+Green+Blue) = 71+81+125=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #47517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517D is #B8AE82. Grayscale: #525252. Windows color (decimal): -12103299 or 8212807. OLE color: 8212807.

HSL color Cylindrical-coordinate representation of color #47517D: hue angle of 228.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47517D is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7181125-
CMYK0.430.3500.51
HSL228.89º27.55%38.43%-
HSV(B)228.89º43.2%49.02%-
XYZ9.248.7120.6-
YUV83.03151.69119.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=25.63%
G=29.24%
B=45.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71811250.430.3500.51228.8927.5538.43
Hex47517D2B23033e51c26
Octal10712117553430633453446
Binary10001111010001111110110101110001101100111110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47517D; }

 p { color: rgb(71,81,125); }

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

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

 a { background-color: rgb(71,81,125); }

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

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

 span { border-color: rgb(71,81,125); }

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