Html Css Color HEX #460547 Mardi Gras

📋 copy color: '#460547'

red 70 ◦ green 5 ◦ blue 71

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

Shades of Mardi Gras #460547

Tints of Mardi Gras #460547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 47.95%
G = 3.42%
B = 48.63%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460547 (or 0x460547) is known color: Mardi Gras. HEX triplet: 46, 05 and 47. RGB value is (70,5,71). Sum of RGB (Red+Green+Blue) = 70+5+71=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #460547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460547 is #B9FAB8. Grayscale: #1F1F1F. Windows color (decimal): -12188345 or 4654406. OLE color: 4654406.

HSL color Cylindrical-coordinate representation of color #460547: hue angle of 299.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460547 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 5 71 -
CMYK 0.01 0.93 0 0.72
HSL 299.09º 0.87% 0.15% -
HSV(B) 299.09º 0.93% 0.28% -
XYZ 3.72 1.87 6.13 -
YUV 31.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 70 5 71 0.01 0.93 0 0.72 299.09 0.87 0.15
Hex 46 5 47 1 5D 0 48 12B 57 F
Octal 106 5 107 1 135 0 110 453 127 17
Binary 1000110 101 1000111 1 1011101 0 1001000 100101011 1010111 1111

Color Harmonies of #460547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460547

Black with #460547

Text Example


Text Example

White with #460547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460547; }

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

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

background-color css

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

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

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

border-color css

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

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

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