Html Css Color HEX #46094A Mardi Gras

📋 copy color: '#46094A'

red 70 ◦ green 9 ◦ blue 74

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

Shades of Mardi Gras #46094A

Tints of Mardi Gras #46094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 48.37%

R = 45.75%
G = 5.88%
B = 48.37%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46094A (or 0x46094A) is known color: Mardi Gras. HEX triplet: 46, 09 and 4A. RGB value is (70,9,74). Sum of RGB (Red+Green+Blue) = 70+9+74=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #46094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46094A is #B9F6B5. Grayscale: #222222. Windows color (decimal): -12187318 or 4852038. OLE color: 4852038.

HSL color Cylindrical-coordinate representation of color #46094A: hue angle of 296.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46094A is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 9 74 -
CMYK 0.05 0.88 0 0.71
HSL 296.31º 0.78% 0.16% -
HSV(B) 296.31º 0.88% 0.29% -
XYZ 3.86 1.99 6.66 -
YUV 34.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 70 9 74 0.05 0.88 0 0.71 296.31 0.78 0.16
Hex 46 9 4A 5 58 0 47 128 4E 10
Octal 106 11 112 5 130 0 107 450 116 20
Binary 1000110 1001 1001010 101 1011000 0 1000111 100101000 1001110 10000

Color Harmonies of #46094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46094A

Black with #46094A

Text Example


Text Example

White with #46094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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