Html Css Color HEX #4B004D Mardi Gras

📋 copy color: '#4B004D'

red 75 ◦ green 0 ◦ blue 77

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

Shades of Mardi Gras #4B004D

Tints of Mardi Gras #4B004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 50.66%

R = 49.34%
G = 0%
B = 50.66%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4B004D (or 0x4B004D) is known color: Mardi Gras. HEX triplet: 4B, 00 and 4D. RGB value is (75,0,77). Sum of RGB (Red+Green+Blue) = 75+0+77=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B004D is #B4FFB2. Grayscale: #1E1E1E. Windows color (decimal): -11861939 or 5046347. OLE color: 5046347.

HSL color Cylindrical-coordinate representation of color #4B004D: hue angle of 298.44º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B004D is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 0 77 -
CMYK 0.03 1 0 0.70
HSL 298.44º 1% 0.15% -
HSV(B) 298.44º 1% 0.3% -
XYZ 4.24 2.03 7.19 -
YUV 31.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 75 0 77 0.03 1 0 0.70 298.44 1 0.15
Hex 4B 0 4D 3 64 0 46 12A 64 F
Octal 113 0 115 3 144 0 106 452 144 17
Binary 1001011 0 1001101 11 1100100 0 1000110 100101010 1100100 1111

Color Harmonies of #4B004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B004D

Black with #4B004D

Text Example


Text Example

White with #4B004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,77); }

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

background-color css

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

 a { background-color: rgb(75,0,77); }

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

border-color css

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

 span { border-color: rgb(75,0,77); }

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