Html Css Color HEX #460B46 Mardi Gras

📋 copy color: '#460B46'

red 70 ◦ green 11 ◦ blue 70

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

Shades of Mardi Gras #460B46

Tints of Mardi Gras #460B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.36%

R = 46.36%
G = 7.28%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#460B46 (or 0x460B46) is known color: Mardi Gras. HEX triplet: 46, 0B and 46. RGB value is (70,11,70). Sum of RGB (Red+Green+Blue) = 70+11+70=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #460B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B46 is #B9F4B9. Grayscale: #232323. Windows color (decimal): -12186810 or 4590406. OLE color: 4590406.

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

Color convert

RGB 70 11 70 -
CMYK 0 0.84 0 0.73
HSL 300º 0.73% 0.16% -
HSV(B) 300º 0.84% 0.27% -
XYZ 3.75 1.98 5.98 -
YUV 35.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 70 11 70 0 0.84 0 0.73 300 0.73 0.16
Hex 46 B 46 0 54 0 49 12C 49 10
Octal 106 13 106 0 124 0 111 454 111 20
Binary 1000110 1011 1000110 0 1010100 0 1001001 100101100 1001001 10000

Color Harmonies of #460B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B46

Black with #460B46

Text Example


Text Example

White with #460B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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