#47396C

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

Shades of Meteorite #47396C

Tints of Meteorite #47396C

Color information

#47396C (or 0x47396C) is unknown color: approx Meteorite. HEX triplet: 47, 39 and 6C. RGB value is (71,57,108). Sum of RGB (Red+Green+Blue) = 71+57+108=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #47396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47396C is #B8C693. Grayscale: #424242. Windows color (decimal): -12109460 or 7092551. OLE color: 7092551.

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

Color convert

RGB7157108-
CMYK0.340.4700.58
HSL256.47º30.91%32.35%-
HSV(B)256.47º47.22%42.35%-
XYZ6.775.3514.86-
YUV67151.14130.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=30.08%
G=24.15%
B=45.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71571080.340.4700.58256.4730.9132.35
Hex47396C222F03A1001f20
Octal1077115442570724003740
Binary10001111110011101100100010101111011101010000000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47396C; }

 p { color: rgb(71,57,108); }

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

<style>
 a { background-color: #47396C; }

 a { background-color: rgb(71,57,108); }

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

<style>
 span { border-color: #47396C; }

 span { border-color: rgb(71,57,108); }

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