Html Css Color HEX #4B1145 Mardi Gras

📋 copy color: '#4B1145'

red 75 ◦ green 17 ◦ blue 69

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

Shades of Mardi Gras #4B1145

Tints of Mardi Gras #4B1145

RGB

 RED value IS 75 (29.69% from 255) = 46.58%

 GREEN value IS 17 (7.03% from 255) = 10.56%

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

R = 46.58%
G = 10.56%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#4B1145 (or 0x4B1145) is known color: Mardi Gras. HEX triplet: 4B, 11 and 45. RGB value is (75,17,69). Sum of RGB (Red+Green+Blue) = 75+17+69=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1145 is #B4EEBA. Grayscale: #282828. Windows color (decimal): -11857595 or 4526411. OLE color: 4526411.

HSL color Cylindrical-coordinate representation of color #4B1145: hue angle of 306.21º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1145 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 17 69 -
CMYK 0 0.77 0.08 0.71
HSL 306.21º 0.63% 0.18% -
HSV(B) 306.21º 0.77% 0.29% -
XYZ 4.18 2.33 5.86 -
YUV 40.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 75 17 69 0 0.77 0.08 0.71 306.21 0.63 0.18
Hex 4B 11 45 0 4D 8 47 132 3F 12
Octal 113 21 105 0 115 10 107 462 77 22
Binary 1001011 10001 1000101 0 1001101 1000 1000111 100110010 111111 10010

Color Harmonies of #4B1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1145

Black with #4B1145

Text Example


Text Example

White with #4B1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1145; }

 p { color: rgb(75,17,69); }

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

background-color css

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

 a { background-color: rgb(75,17,69); }

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

border-color css

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

 span { border-color: rgb(75,17,69); }

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