Html Css Color HEX #460C43 Mardi Gras

📋 copy color: '#460C43'

red 70 ◦ green 12 ◦ blue 67

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

Shades of Mardi Gras #460C43

Tints of Mardi Gras #460C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 46.98%
G = 8.05%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#460C43 (or 0x460C43) is known color: Mardi Gras. HEX triplet: 46, 0C and 43. RGB value is (70,12,67). Sum of RGB (Red+Green+Blue) = 70+12+67=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #460C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C43 is #B9F3BC. Grayscale: #232323. Windows color (decimal): -12186557 or 4394054. OLE color: 4394054.

HSL color Cylindrical-coordinate representation of color #460C43: hue angle of 303.1º 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 #460C43 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 12 67 -
CMYK 0 0.83 0.04 0.73
HSL 303.1º 0.71% 0.16% -
HSV(B) 303.1º 0.83% 0.27% -
XYZ 3.67 1.97 5.5 -
YUV 35.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 70 12 67 0 0.83 0.04 0.73 303.1 0.71 0.16
Hex 46 C 43 0 53 4 49 12F 47 10
Octal 106 14 103 0 123 4 111 457 107 20
Binary 1000110 1100 1000011 0 1010011 100 1001001 100101111 1000111 10000

Color Harmonies of #460C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C43

Black with #460C43

Text Example


Text Example

White with #460C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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