Html Css Color HEX #461742 Mardi Gras

📋 copy color: '#461742'

red 70 ◦ green 23 ◦ blue 66

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

Shades of Mardi Gras #461742

Tints of Mardi Gras #461742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 44.03%
G = 14.47%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#461742 (or 0x461742) is known color: Mardi Gras. HEX triplet: 46, 17 and 42. RGB value is (70,23,66). Sum of RGB (Red+Green+Blue) = 70+23+66=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #461742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461742 is #B9E8BD. Grayscale: #292929. Windows color (decimal): -12183742 or 4331334. OLE color: 4331334.

HSL color Cylindrical-coordinate representation of color #461742: hue angle of 305.11º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461742 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 66 -
CMYK 0 0.67 0.06 0.73
HSL 305.11º 0.51% 0.18% -
HSV(B) 305.11º 0.67% 0.27% -
XYZ 3.82 2.31 5.4 -
YUV 41.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 70 23 66 0 0.67 0.06 0.73 305.11 0.51 0.18
Hex 46 17 42 0 43 6 49 131 33 12
Octal 106 27 102 0 103 6 111 461 63 22
Binary 1000110 10111 1000010 0 1000011 110 1001001 100110001 110011 10010

Color Harmonies of #461742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461742

Black with #461742

Text Example


Text Example

White with #461742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461742; }

 p { color: rgb(70,23,66); }

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

background-color css

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

 a { background-color: rgb(70,23,66); }

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

border-color css

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

 span { border-color: rgb(70,23,66); }

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