Html Css Color HEX #460841 Mardi Gras

📋 copy color: '#460841'

red 70 ◦ green 8 ◦ blue 65

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

Shades of Mardi Gras #460841

Tints of Mardi Gras #460841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 48.95%
G = 5.59%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#460841 (or 0x460841) is known color: Mardi Gras. HEX triplet: 46, 08 and 41. RGB value is (70,8,65). Sum of RGB (Red+Green+Blue) = 70+8+65=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #460841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460841 is #B9F7BE. Grayscale: #202020. Windows color (decimal): -12187583 or 4261958. OLE color: 4261958.

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

Color convert

RGB 70 8 65 -
CMYK 0 0.89 0.07 0.73
HSL 304.84º 0.79% 0.15% -
HSV(B) 304.84º 0.89% 0.27% -
XYZ 3.57 1.86 5.17 -
YUV 33.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 70 8 65 0 0.89 0.07 0.73 304.84 0.79 0.15
Hex 46 8 41 0 59 7 49 131 4F F
Octal 106 10 101 0 131 7 111 461 117 17
Binary 1000110 1000 1000001 0 1011001 111 1001001 100110001 1001111 1111

Color Harmonies of #460841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460841

Black with #460841

Text Example


Text Example

White with #460841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460841; }

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

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

background-color css

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

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

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

border-color css

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

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

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