Html Css Color HEX #460C44 Mardi Gras

📋 copy color: '#460C44'

red 70 ◦ green 12 ◦ blue 68

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

Shades of Mardi Gras #460C44

Tints of Mardi Gras #460C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

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

R = 46.67%
G = 8%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#460C44 (or 0x460C44) is known color: Mardi Gras. HEX triplet: 46, 0C and 44. RGB value is (70,12,68). Sum of RGB (Red+Green+Blue) = 70+12+68=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #460C44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C44 is #B9F3BB. Grayscale: #232323. Windows color (decimal): -12186556 or 4459590. OLE color: 4459590.

HSL color Cylindrical-coordinate representation of color #460C44: hue angle of 302.07º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460C44 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 12 68 -
CMYK 0 0.83 0.03 0.73
HSL 302.07º 0.71% 0.16% -
HSV(B) 302.07º 0.83% 0.27% -
XYZ 3.7 1.98 5.66 -
YUV 35.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 70 12 68 0 0.83 0.03 0.73 302.07 0.71 0.16
Hex 46 C 44 0 53 3 49 12E 47 10
Octal 106 14 104 0 123 3 111 456 107 20
Binary 1000110 1100 1000100 0 1010011 11 1001001 100101110 1000111 10000

Color Harmonies of #460C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C44

Black with #460C44

Text Example


Text Example

White with #460C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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