Html Css Color HEX #46063F Mardi Gras

📋 copy color: '#46063F'

red 70 ◦ green 6 ◦ blue 63

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

Shades of Mardi Gras #46063F

Tints of Mardi Gras #46063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

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

R = 50.36%
G = 4.32%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46063F (or 0x46063F) is known color: Mardi Gras. HEX triplet: 46, 06 and 3F. RGB value is (70,6,63). Sum of RGB (Red+Green+Blue) = 70+6+63=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46063F is #B9F9C0. Grayscale: #1F1F1F. Windows color (decimal): -12188097 or 4130374. OLE color: 4130374.

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

Color convert

RGB 70 6 63 -
CMYK 0 0.91 0.10 0.73
HSL 306.56º 0.84% 0.15% -
HSV(B) 306.56º 0.91% 0.27% -
XYZ 3.49 1.79 4.86 -
YUV 31.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 70 6 63 0 0.91 0.10 0.73 306.56 0.84 0.15
Hex 46 6 3F 0 5B A 49 133 54 F
Octal 106 6 77 0 133 12 111 463 124 17
Binary 1000110 110 111111 0 1011011 1010 1001001 100110011 1010100 1111

Color Harmonies of #46063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46063F

Black with #46063F

Text Example


Text Example

White with #46063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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