#47366E

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

Shades of Meteorite #47366E

Tints of Meteorite #47366E

Color information

#47366E (or 0x47366E) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 6E. RGB value is (71,54,110). Sum of RGB (Red+Green+Blue) = 71+54+110=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #47366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47366E is #B8C991. Grayscale: #414141. Windows color (decimal): -12110226 or 7222855. OLE color: 7222855.

HSL color Cylindrical-coordinate representation of color #47366E: hue angle of 258.21º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47366E is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7154110-
CMYK0.350.5100.57
HSL258.21º34.15%32.16%-
HSV(B)258.21º50.91%43.14%-
XYZ6.735.115.38-
YUV65.47153.13131.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=30.21%
G=22.98%
B=46.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71541100.350.5100.57258.2134.1532.16
Hex47366E23330391022220
Octal1076615643630714024240
Binary100011111011011011101000111100110111001100000010100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47366E; }

 p { color: rgb(71,54,110); }

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

<style>
 a { background-color: #47366E; }

 a { background-color: rgb(71,54,110); }

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

<style>
 span { border-color: #47366E; }

 span { border-color: rgb(71,54,110); }

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