#47346B

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

Shades of Meteorite #47346B

Tints of Meteorite #47346B

Color information

#47346B (or 0x47346B) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 6B. RGB value is (71,52,107). Sum of RGB (Red+Green+Blue) = 71+52+107=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #47346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47346B is #B8CB94. Grayscale: #3F3F3F. Windows color (decimal): -12110741 or 7025735. OLE color: 7025735.

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

Color convert

RGB7152107-
CMYK0.340.5100.58
HSL260.73º34.59%31.18%-
HSV(B)260.73º51.4%41.96%-
XYZ6.484.8614.51-
YUV63.95152.29133.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=30.87%
G=22.61%
B=46.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71521070.340.5100.58260.7334.5931.18
Hex47346B223303A105231f
Octal1076415342630724054337
Binary10001111101001101011100010110011011101010000010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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