Html Css Color HEX #46053F Mardi Gras

📋 copy color: '#46053F'

red 70 ◦ green 5 ◦ blue 63

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

Shades of Mardi Gras #46053F

Tints of Mardi Gras #46053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 50.72%
G = 3.62%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46053F (or 0x46053F) is known color: Mardi Gras. HEX triplet: 46, 05 and 3F. RGB value is (70,5,63). Sum of RGB (Red+Green+Blue) = 70+5+63=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46053F is #B9FAC0. Grayscale: #1E1E1E. Windows color (decimal): -12188353 or 4130118. OLE color: 4130118.

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

Color convert

RGB 70 5 63 -
CMYK 0 0.93 0.10 0.73
HSL 306.46º 0.87% 0.15% -
HSV(B) 306.46º 0.93% 0.27% -
XYZ 3.48 1.77 4.86 -
YUV 31.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 70 5 63 0 0.93 0.10 0.73 306.46 0.87 0.15
Hex 46 5 3F 0 5D A 49 132 57 F
Octal 106 5 77 0 135 12 111 462 127 17
Binary 1000110 101 111111 0 1011101 1010 1001001 100110010 1010111 1111

Color Harmonies of #46053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46053F

Black with #46053F

Text Example


Text Example

White with #46053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46053F; }

 p { color: rgb(70,5,63); }

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

background-color css

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

 a { background-color: rgb(70,5,63); }

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

border-color css

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

 span { border-color: rgb(70,5,63); }

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