#47547B

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

Shades of Astronaut #47547B

Tints of Astronaut #47547B

Color information

#47547B (or 0x47547B) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 7B. RGB value is (71,84,123). Sum of RGB (Red+Green+Blue) = 71+84+123=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #47547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47547B is #B8AB84. Grayscale: #545454. Windows color (decimal): -12102533 or 8082503. OLE color: 8082503.

HSL color Cylindrical-coordinate representation of color #47547B: hue angle of 225º 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 #47547B is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7184123-
CMYK0.420.3200.52
HSL225º26.8%38.04%-
HSV(B)225º42.28%48.24%-
XYZ9.349.1120-
YUV84.56149.69118.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=25.54%
G=30.22%
B=44.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71841230.420.3200.5222526.838.04
Hex47547B2A20034e11b26
Octal10712417352400643413346
Binary10001111010100111101110101010000001101001110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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