Html Css Color HEX #460647 Mardi Gras

📋 copy color: '#460647'

red 70 ◦ green 6 ◦ blue 71

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

Shades of Mardi Gras #460647

Tints of Mardi Gras #460647

RGB

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

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

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

R = 47.62%
G = 4.08%
B = 48.3%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460647 (or 0x460647) is known color: Mardi Gras. HEX triplet: 46, 06 and 47. RGB value is (70,6,71). Sum of RGB (Red+Green+Blue) = 70+6+71=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #460647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460647 is #B9F9B8. Grayscale: #202020. Windows color (decimal): -12188089 or 4654662. OLE color: 4654662.

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

Color convert

RGB 70 6 71 -
CMYK 0.01 0.92 0 0.72
HSL 299.08º 0.84% 0.15% -
HSV(B) 299.08º 0.92% 0.28% -
XYZ 3.73 1.89 6.13 -
YUV 32.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 70 6 71 0.01 0.92 0 0.72 299.08 0.84 0.15
Hex 46 6 47 1 5C 0 48 12B 54 F
Octal 106 6 107 1 134 0 110 453 124 17
Binary 1000110 110 1000111 1 1011100 0 1001000 100101011 1010100 1111

Color Harmonies of #460647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460647

Black with #460647

Text Example


Text Example

White with #460647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460647; }

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

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

background-color css

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

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

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

border-color css

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

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

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