Html Css Color HEX #470B45 Mardi Gras

📋 copy color: '#470B45'

red 71 ◦ green 11 ◦ blue 69

#470B45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #470B45

Tints of Mardi Gras #470B45

RGB

 RED value IS 71 (28.13% from 255) = 47.02%

 GREEN value IS 11 (4.69% from 255) = 7.28%

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 47.02%
G = 7.28%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#470B45 (or 0x470B45) is known color: 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

RGB 71 11 69 -
CMYK 0 0.85 0.03 0.72
HSL 302º 0.73% 0.16% -
HSV(B) 302º 0.85% 0.28% -
XYZ 3.79 2.01 5.82 -
YUV 35.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 71 11 69 0 0.85 0.03 0.72 302 0.73 0.16
Hex 47 B 45 0 55 3 48 12E 49 10
Octal 107 13 105 0 125 3 110 456 111 20
Binary 1000111 1011 1000101 0 1010101 11 1001000 100101110 1001001 10000

Color Harmonies of #470B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B45

Black with #470B45

Text Example


Text Example

White with #470B45

Text Example


Text Example

HTML Codes & Css Web 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>