Html Css Color HEX #470B4B Mardi Gras

📋 copy color: '#470B4B'

red 71 ◦ green 11 ◦ blue 75

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

Shades of Mardi Gras #470B4B

Tints of Mardi Gras #470B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 45.22%
G = 7.01%
B = 47.77%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#470B4B (or 0x470B4B) is known color: Mardi Gras. HEX triplet: 47, 0B and 4B. RGB value is (71,11,75). Sum of RGB (Red+Green+Blue) = 71+11+75=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #470B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B4B is #B8F4B4. Grayscale: #242424. Windows color (decimal): -12121269 or 4918087. OLE color: 4918087.

HSL color Cylindrical-coordinate representation of color #470B4B: hue angle of 296.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B4B is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 11 75 -
CMYK 0.05 0.85 0 0.71
HSL 296.25º 0.74% 0.17% -
HSV(B) 296.25º 0.85% 0.29% -
XYZ 3.99 2.09 6.85 -
YUV 36.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 71 11 75 0.05 0.85 0 0.71 296.25 0.74 0.17
Hex 47 B 4B 5 55 0 47 128 4A 11
Octal 107 13 113 5 125 0 107 450 112 21
Binary 1000111 1011 1001011 101 1010101 0 1000111 100101000 1001010 10001

Color Harmonies of #470B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B4B

Black with #470B4B

Text Example


Text Example

White with #470B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #470B4B;
 }
 .AnyTagClassName
 {
   color: #470B4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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