Html Css Color HEX #461348 Mardi Gras

📋 copy color: '#461348'

red 70 ◦ green 19 ◦ blue 72

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

Shades of Mardi Gras #461348

Tints of Mardi Gras #461348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 43.48%
G = 11.8%
B = 44.72%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#461348 (or 0x461348) is known color: Mardi Gras. HEX triplet: 46, 13 and 48. RGB value is (70,19,72). Sum of RGB (Red+Green+Blue) = 70+19+72=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #461348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461348 is #B9ECB7. Grayscale: #282828. Windows color (decimal): -12184760 or 4723526. OLE color: 4723526.

HSL color Cylindrical-coordinate representation of color #461348: hue angle of 297.74º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461348 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 19 72 -
CMYK 0.03 0.74 0 0.72
HSL 297.74º 0.58% 0.18% -
HSV(B) 297.74º 0.74% 0.28% -
XYZ 3.93 2.24 6.36 -
YUV 40.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 70 19 72 0.03 0.74 0 0.72 297.74 0.58 0.18
Hex 46 13 48 3 4A 0 48 12A 3A 12
Octal 106 23 110 3 112 0 110 452 72 22
Binary 1000110 10011 1001000 11 1001010 0 1001000 100101010 111010 10010

Color Harmonies of #461348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461348

Black with #461348

Text Example


Text Example

White with #461348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461348; }

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

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

background-color css

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

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

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

border-color css

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

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

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