#4B0D45

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

Shades of Mardi Gras #4B0D45

Tints of Mardi Gras #4B0D45

Color information

#4B0D45 (or 0x4B0D45) is unknown color: approx Mardi Gras. HEX triplet: 4B, 0D and 45. RGB value is (75,13,69). Sum of RGB (Red+Green+Blue) = 75+13+69=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D45 is #B4F2BA. Grayscale: #252525. Windows color (decimal): -11858619 or 4525387. OLE color: 4525387.

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

Color convert

RGB751369-
CMYK00.830.080.71
HSL305.81º70.45%17.25%-
HSV(B)305.81º82.67%29.41%-
XYZ4.122.215.84-
YUV37.92145.54154.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.77%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=47.77%
G=8.28%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75136900.830.080.71305.8170.4517.25
Hex4BD450538471324611
Octal1131510501231010746210621
Binary1001011110110001010101001110001000111100110010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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