Html Css Color HEX #460947 Mardi Gras

📋 copy color: '#460947'

red 70 ◦ green 9 ◦ blue 71

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

Shades of Mardi Gras #460947

Tints of Mardi Gras #460947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

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

R = 46.67%
G = 6%
B = 47.33%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460947 (or 0x460947) is known color: Mardi Gras. HEX triplet: 46, 09 and 47. RGB value is (70,9,71). Sum of RGB (Red+Green+Blue) = 70+9+71=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #460947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460947 is #B9F6B8. Grayscale: #222222. Windows color (decimal): -12187321 or 4655430. OLE color: 4655430.

HSL color Cylindrical-coordinate representation of color #460947: hue angle of 299.03º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460947 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 9 71 -
CMYK 0.01 0.87 0 0.72
HSL 299.03º 0.78% 0.16% -
HSV(B) 299.03º 0.87% 0.28% -
XYZ 3.76 1.95 6.14 -
YUV 34.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 70 9 71 0.01 0.87 0 0.72 299.03 0.78 0.16
Hex 46 9 47 1 57 0 48 12B 4E 10
Octal 106 11 107 1 127 0 110 453 116 20
Binary 1000110 1001 1000111 1 1010111 0 1001000 100101011 1001110 10000

Color Harmonies of #460947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460947

Black with #460947

Text Example


Text Example

White with #460947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460947; }

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

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

background-color css

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

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

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

border-color css

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

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

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