#47376D

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

Shades of Meteorite #47376D

Tints of Meteorite #47376D

Color information

#47376D (or 0x47376D) is unknown color: approx Meteorite. HEX triplet: 47, 37 and 6D. RGB value is (71,55,109). Sum of RGB (Red+Green+Blue) = 71+55+109=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #47376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47376D is #B8C892. Grayscale: #414141. Windows color (decimal): -12109971 or 7157575. OLE color: 7157575.

HSL color Cylindrical-coordinate representation of color #47376D: hue angle of 257.78º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47376D is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7155109-
CMYK0.350.5000.57
HSL257.78º32.93%32.16%-
HSV(B)257.78º49.54%42.75%-
XYZ6.735.1815.11-
YUV65.94152.3131.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=30.21%
G=23.40%
B=46.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71551090.350.5000.57257.7832.9332.16
Hex47376D23320391022120
Octal1076715543620714024140
Binary100011111011111011011000111100100111001100000010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47376D; }

 p { color: rgb(71,55,109); }

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

<style>
 a { background-color: #47376D; }

 a { background-color: rgb(71,55,109); }

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

<style>
 span { border-color: #47376D; }

 span { border-color: rgb(71,55,109); }

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