Html Css Color HEX #46004B Mardi Gras

📋 copy color: '#46004B'

red 70 ◦ green 0 ◦ blue 75

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

Shades of Mardi Gras #46004B

Tints of Mardi Gras #46004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 51.72%

R = 48.28%
G = 0%
B = 51.72%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46004B (or 0x46004B) is known color: Mardi Gras. HEX triplet: 46, 00 and 4B. RGB value is (70,0,75). Sum of RGB (Red+Green+Blue) = 70+0+75=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #46004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46004B is #B9FFB4. Grayscale: #1D1D1D. Windows color (decimal): -12189621 or 4915270. OLE color: 4915270.

HSL color Cylindrical-coordinate representation of color #46004B: hue angle of 296º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46004B is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 0 75 -
CMYK 0.07 1 0 0.71
HSL 296º 1% 0.15% -
HSV(B) 296º 1% 0.29% -
XYZ 3.8 1.81 6.81 -
YUV 29.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 70 0 75 0.07 1 0 0.71 296 1 0.15
Hex 46 0 4B 7 64 0 47 128 64 F
Octal 106 0 113 7 144 0 107 450 144 17
Binary 1000110 0 1001011 111 1100100 0 1000111 100101000 1100100 1111

Color Harmonies of #46004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46004B

Black with #46004B

Text Example


Text Example

White with #46004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46004B; }

 p { color: rgb(70,0,75); }

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

background-color css

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

 a { background-color: rgb(70,0,75); }

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

border-color css

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

 span { border-color: rgb(70,0,75); }

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