#470B45

Color #470B45 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #470B45

Tints of Mardi Gras #470B45

Color information

#470B45 (or 0x470B45) is unknown color: approx Mardi Gras. HEX triplet: 47, 0B and 45. RGB value is (71,11,69). Sum of RGB (Red+Green+Blue) = 71+11+69=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #470B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B45 is #B8F4BA. Grayscale: #232323. Windows color (decimal): -12121275 or 4524871. OLE color: 4524871.

HSL color Cylindrical-coordinate representation of color #470B45: hue angle of 302º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B45 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB711169-
CMYK00.850.030.72
HSL302º73.17%16.08%-
HSV(B)302º84.51%27.84%-
XYZ3.792.015.82-
YUV35.55146.88153.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=47.02%
G=7.28%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71116900.850.030.7230273.1716.08
Hex47B4505534812e4910
Octal107131050125311045611120
Binary10001111011100010101010101111001000100101110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470B45; }

 p { color: rgb(71,11,69); }

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

<style>
 a { background-color: #470B45; }

 a { background-color: rgb(71,11,69); }

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

<style>
 span { border-color: #470B45; }

 span { border-color: rgb(71,11,69); }

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