#47507B

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

Shades of Astronaut #47507B

Tints of Astronaut #47507B

Color information

#47507B (or 0x47507B) is unknown color: approx Astronaut. HEX triplet: 47, 50 and 7B. RGB value is (71,80,123). Sum of RGB (Red+Green+Blue) = 71+80+123=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #47507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47507B is #B8AF84. Grayscale: #525252. Windows color (decimal): -12103557 or 8081479. OLE color: 8081479.

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

Color convert

RGB7180123-
CMYK0.420.3500.52
HSL229.62º26.8%38.04%-
HSV(B)229.62º42.28%48.24%-
XYZ9.048.5119.9-
YUV82.21151.02120-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=25.91%
G=29.20%
B=44.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71801230.420.3500.52229.6226.838.04
Hex47507B2A23034e61b26
Octal10712017352430643463346
Binary10001111010000111101110101010001101101001110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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