Html Css Color HEX #470145 Mardi Gras

📋 copy color: '#470145'

red 71 ◦ green 1 ◦ blue 69

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

Shades of Mardi Gras #470145

Tints of Mardi Gras #470145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 50.35%
G = 0.71%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#470145 (or 0x470145) is known color: Mardi Gras. HEX triplet: 47, 01 and 45. RGB value is (71,1,69). Sum of RGB (Red+Green+Blue) = 71+1+69=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470145 is #B8FEBA. Grayscale: #1D1D1D. Windows color (decimal): -12123835 or 4522311. OLE color: 4522311.

HSL color Cylindrical-coordinate representation of color #470145: hue angle of 301.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470145 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 69 -
CMYK 0 0.99 0.03 0.72
HSL 301.71º 0.97% 0.14% -
HSV(B) 301.71º 0.99% 0.28% -
XYZ 3.68 1.79 5.78 -
YUV 29.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 71 1 69 0 0.99 0.03 0.72 301.71 0.97 0.14
Hex 47 1 45 0 63 3 48 12E 61 E
Octal 107 1 105 0 143 3 110 456 141 16
Binary 1000111 1 1000101 0 1100011 11 1001000 100101110 1100001 1110

Color Harmonies of #470145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470145

Black with #470145

Text Example


Text Example

White with #470145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470145; }

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

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

background-color css

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

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

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

border-color css

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

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

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