Html Css Color HEX #460B48 Mardi Gras

📋 copy color: '#460B48'

red 70 ◦ green 11 ◦ blue 72

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

Shades of Mardi Gras #460B48

Tints of Mardi Gras #460B48

RGB

 RED value IS 70 (27.73% from 255) = 45.75%

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

 BLUE value IS 72 (28.52% from 255) = 47.06%

R = 45.75%
G = 7.19%
B = 47.06%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460B48 (or 0x460B48) is known color: Mardi Gras. HEX triplet: 46, 0B and 48. RGB value is (70,11,72). Sum of RGB (Red+Green+Blue) = 70+11+72=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #460B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B48 is #B9F4B7. Grayscale: #232323. Windows color (decimal): -12186808 or 4721478. OLE color: 4721478.

HSL color Cylindrical-coordinate representation of color #460B48: hue angle of 298.03º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460B48 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 11 72 -
CMYK 0.03 0.85 0 0.72
HSL 298.03º 0.73% 0.16% -
HSV(B) 298.03º 0.85% 0.28% -
XYZ 3.82 2.01 6.32 -
YUV 35.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 70 11 72 0.03 0.85 0 0.72 298.03 0.73 0.16
Hex 46 B 48 3 55 0 48 12A 49 10
Octal 106 13 110 3 125 0 110 452 111 20
Binary 1000110 1011 1001000 11 1010101 0 1001000 100101010 1001001 10000

Color Harmonies of #460B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B48

Black with #460B48

Text Example


Text Example

White with #460B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460B48; }

 p { color: rgb(70,11,72); }

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

background-color css

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

 a { background-color: rgb(70,11,72); }

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

border-color css

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

 span { border-color: rgb(70,11,72); }

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