Html Css Color HEX #460041 Mardi Gras

📋 copy color: '#460041'

red 70 ◦ green 0 ◦ blue 65

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

Shades of Mardi Gras #460041

Tints of Mardi Gras #460041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 51.85%
G = 0%
B = 48.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#460041 (or 0x460041) is known color: Mardi Gras. HEX triplet: 46, 00 and 41. RGB value is (70,0,65). Sum of RGB (Red+Green+Blue) = 70+0+65=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #460041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460041 is #B9FFBE. Grayscale: #1C1C1C. Windows color (decimal): -12189631 or 4259910. OLE color: 4259910.

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

Color convert

RGB 70 0 65 -
CMYK 0 1 0.07 0.73
HSL 304.29º 1% 0.14% -
HSV(B) 304.29º 1% 0.27% -
XYZ 3.48 1.68 5.14 -
YUV 28.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 70 0 65 0 1 0.07 0.73 304.29 1 0.14
Hex 46 0 41 0 64 7 49 130 64 E
Octal 106 0 101 0 144 7 111 460 144 16
Binary 1000110 0 1000001 0 1100100 111 1001001 100110000 1100100 1110

Color Harmonies of #460041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460041

Black with #460041

Text Example


Text Example

White with #460041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460041; }

 p { color: rgb(70,0,65); }

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

background-color css

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

 a { background-color: rgb(70,0,65); }

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

border-color css

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

 span { border-color: rgb(70,0,65); }

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