Html Css Color HEX #461344 Mardi Gras

📋 copy color: '#461344'

red 70 ◦ green 19 ◦ blue 68

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

Shades of Mardi Gras #461344

Tints of Mardi Gras #461344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 68 (26.95% from 255) = 43.31%

R = 44.59%
G = 12.1%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#461344 (or 0x461344) is known color: Mardi Gras. HEX triplet: 46, 13 and 44. RGB value is (70,19,68). Sum of RGB (Red+Green+Blue) = 70+19+68=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461344 is #B9ECBB. Grayscale: #272727. Windows color (decimal): -12184764 or 4461382. OLE color: 4461382.

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

Color convert

RGB 70 19 68 -
CMYK 0 0.73 0.03 0.73
HSL 302.35º 0.57% 0.17% -
HSV(B) 302.35º 0.73% 0.27% -
XYZ 3.8 2.19 5.69 -
YUV 39.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 70 19 68 0 0.73 0.03 0.73 302.35 0.57 0.17
Hex 46 13 44 0 49 3 49 12E 39 11
Octal 106 23 104 0 111 3 111 456 71 21
Binary 1000110 10011 1000100 0 1001001 11 1001001 100101110 111001 10001

Color Harmonies of #461344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461344

Black with #461344

Text Example


Text Example

White with #461344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461344; }

 p { color: rgb(70,19,68); }

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

background-color css

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

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

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

border-color css

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

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

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