Html Css Color HEX #46074A Mardi Gras

📋 copy color: '#46074A'

red 70 ◦ green 7 ◦ blue 74

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

Shades of Mardi Gras #46074A

Tints of Mardi Gras #46074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.64%

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 46.36%
G = 4.64%
B = 49.01%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46074A (or 0x46074A) is known color: Mardi Gras. HEX triplet: 46, 07 and 4A. RGB value is (70,7,74). Sum of RGB (Red+Green+Blue) = 70+7+74=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #46074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46074A is #B9F8B5. Grayscale: #212121. Windows color (decimal): -12187830 or 4851526. OLE color: 4851526.

HSL color Cylindrical-coordinate representation of color #46074A: hue angle of 296.42º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46074A is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 7 74 -
CMYK 0.05 0.91 0 0.71
HSL 296.42º 0.83% 0.16% -
HSV(B) 296.42º 0.91% 0.29% -
XYZ 3.84 1.95 6.65 -
YUV 33.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 70 7 74 0.05 0.91 0 0.71 296.42 0.83 0.16
Hex 46 7 4A 5 5B 0 47 128 53 10
Octal 106 7 112 5 133 0 107 450 123 20
Binary 1000110 111 1001010 101 1011011 0 1000111 100101000 1010011 10000

Color Harmonies of #46074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46074A

Black with #46074A

Text Example


Text Example

White with #46074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46074A; }

 p { color: rgb(70,7,74); }

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

background-color css

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

 a { background-color: rgb(70,7,74); }

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

border-color css

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

 span { border-color: rgb(70,7,74); }

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