#47406B

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

Shades of Meteorite #47406B

Tints of Meteorite #47406B

Color information

#47406B (or 0x47406B) is unknown color: approx Meteorite. HEX triplet: 47, 40 and 6B. RGB value is (71,64,107). Sum of RGB (Red+Green+Blue) = 71+64+107=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #47406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47406B is #B8BF94. Grayscale: #464646. Windows color (decimal): -12107669 or 7028807. OLE color: 7028807.

HSL color Cylindrical-coordinate representation of color #47406B: hue angle of 249.77º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47406B is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7164107-
CMYK0.340.4000.58
HSL249.77º25.15%33.53%-
HSV(B)249.77º40.19%41.96%-
XYZ7.096.0714.71-
YUV71148.32128-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=29.34%
G=26.45%
B=44.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71641070.340.4000.58249.7725.1533.53
Hex47406B222803Afa1922
Octal10710015342500723723142
Binary10001111000000110101110001010100001110101111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,64,107); }

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

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

 a { background-color: rgb(71,64,107); }

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

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

 span { border-color: rgb(71,64,107); }

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