Html Css Color HEX #460847 Mardi Gras

📋 copy color: '#460847'

red 70 ◦ green 8 ◦ blue 71

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

Shades of Mardi Gras #460847

Tints of Mardi Gras #460847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 46.98%
G = 5.37%
B = 47.65%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460847 (or 0x460847) is known color: Mardi Gras. HEX triplet: 46, 08 and 47. RGB value is (70,8,71). Sum of RGB (Red+Green+Blue) = 70+8+71=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #460847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460847 is #B9F7B8. Grayscale: #212121. Windows color (decimal): -12187577 or 4655174. OLE color: 4655174.

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

Color convert

RGB 70 8 71 -
CMYK 0.01 0.89 0 0.72
HSL 299.05º 0.8% 0.15% -
HSV(B) 299.05º 0.89% 0.28% -
XYZ 3.75 1.93 6.14 -
YUV 33.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 70 8 71 0.01 0.89 0 0.72 299.05 0.8 0.15
Hex 46 8 47 1 59 0 48 12B 50 F
Octal 106 10 107 1 131 0 110 453 120 17
Binary 1000110 1000 1000111 1 1011001 0 1001000 100101011 1010000 1111

Color Harmonies of #460847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460847

Black with #460847

Text Example


Text Example

White with #460847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460847; }

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

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

background-color css

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

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

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

border-color css

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

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

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