Html Css Color HEX #460942 Mardi Gras

📋 copy color: '#460942'

red 70 ◦ green 9 ◦ blue 66

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

Shades of Mardi Gras #460942

Tints of Mardi Gras #460942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 48.28%
G = 6.21%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#460942 (or 0x460942) is known color: Mardi Gras. HEX triplet: 46, 09 and 42. RGB value is (70,9,66). Sum of RGB (Red+Green+Blue) = 70+9+66=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #460942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460942 is #B9F6BD. Grayscale: #212121. Windows color (decimal): -12187326 or 4327750. OLE color: 4327750.

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

Color convert

RGB 70 9 66 -
CMYK 0 0.87 0.06 0.73
HSL 303.93º 0.77% 0.15% -
HSV(B) 303.93º 0.87% 0.27% -
XYZ 3.61 1.89 5.33 -
YUV 33.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 70 9 66 0 0.87 0.06 0.73 303.93 0.77 0.15
Hex 46 9 42 0 57 6 49 130 4D F
Octal 106 11 102 0 127 6 111 460 115 17
Binary 1000110 1001 1000010 0 1010111 110 1001001 100110000 1001101 1111

Color Harmonies of #460942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460942

Black with #460942

Text Example


Text Example

White with #460942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460942; }

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

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

background-color css

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

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

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

border-color css

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

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

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