#47527B

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

Shades of Astronaut #47527B

Tints of Astronaut #47527B

Color information

#47527B (or 0x47527B) is unknown color: approx Astronaut. HEX triplet: 47, 52 and 7B. RGB value is (71,82,123). Sum of RGB (Red+Green+Blue) = 71+82+123=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #47527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47527B is #B8AD84. Grayscale: #535353. Windows color (decimal): -12103045 or 8081991. OLE color: 8081991.

HSL color Cylindrical-coordinate representation of color #47527B: hue angle of 227.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47527B is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7182123-
CMYK0.420.3300.52
HSL227.31º26.8%38.04%-
HSV(B)227.31º42.28%48.24%-
XYZ9.198.819.95-
YUV83.38150.36119.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=25.72%
G=29.71%
B=44.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71821230.420.3300.52227.3126.838.04
Hex47527B2A21034e31b26
Octal10712217352410643433346
Binary10001111010010111101110101010000101101001110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47527B; }

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

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

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

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

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

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

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

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