Html Css Color HEX #460B47 Mardi Gras

📋 copy color: '#460B47'

red 70 ◦ green 11 ◦ blue 71

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

Shades of Mardi Gras #460B47

Tints of Mardi Gras #460B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.71%

R = 46.05%
G = 7.24%
B = 46.71%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460B47 (or 0x460B47) is known color: Mardi Gras. HEX triplet: 46, 0B and 47. RGB value is (70,11,71). Sum of RGB (Red+Green+Blue) = 70+11+71=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #460B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B47 is #B9F4B8. Grayscale: #232323. Windows color (decimal): -12186809 or 4655942. OLE color: 4655942.

HSL color Cylindrical-coordinate representation of color #460B47: hue angle of 299º 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 #460B47 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 11 71 -
CMYK 0.01 0.85 0 0.72
HSL 299º 0.73% 0.16% -
HSV(B) 299º 0.85% 0.28% -
XYZ 3.78 2 6.15 -
YUV 35.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 70 11 71 0.01 0.85 0 0.72 299 0.73 0.16
Hex 46 B 47 1 55 0 48 12B 49 10
Octal 106 13 107 1 125 0 110 453 111 20
Binary 1000110 1011 1000111 1 1010101 0 1001000 100101011 1001001 10000

Color Harmonies of #460B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B47

Black with #460B47

Text Example


Text Example

White with #460B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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