Html Css Color HEX #461E44 Mardi Gras

📋 copy color: '#461E44'

red 70 ◦ green 30 ◦ blue 68

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

Shades of Mardi Gras #461E44

Tints of Mardi Gras #461E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

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

R = 41.67%
G = 17.86%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#461E44 (or 0x461E44) is known color: Mardi Gras. HEX triplet: 46, 1E and 44. RGB value is (70,30,68). Sum of RGB (Red+Green+Blue) = 70+30+68=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #461E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E44 is #B9E1BB. Grayscale: #2E2E2E. Windows color (decimal): -12181948 or 4464198. OLE color: 4464198.

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

Color convert

RGB 70 30 68 -
CMYK 0 0.57 0.03 0.73
HSL 303º 0.4% 0.2% -
HSV(B) 303º 0.57% 0.27% -
XYZ 4.03 2.65 5.77 -
YUV 46.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 70 30 68 0 0.57 0.03 0.73 303 0.4 0.2
Hex 46 1E 44 0 39 3 49 12F 28 14
Octal 106 36 104 0 71 3 111 457 50 24
Binary 1000110 11110 1000100 0 111001 11 1001001 100101111 101000 10100

Color Harmonies of #461E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E44

Black with #461E44

Text Example


Text Example

White with #461E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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