Html Css Color HEX #460247 Mardi Gras

📋 copy color: '#460247'

red 70 ◦ green 2 ◦ blue 71

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

Shades of Mardi Gras #460247

Tints of Mardi Gras #460247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 48.95%
G = 1.4%
B = 49.65%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460247 (or 0x460247) is known color: Mardi Gras. HEX triplet: 46, 02 and 47. RGB value is (70,2,71). Sum of RGB (Red+Green+Blue) = 70+2+71=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #460247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460247 is #B9FDB8. Grayscale: #1D1D1D. Windows color (decimal): -12189113 or 4653638. OLE color: 4653638.

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

Color convert

RGB 70 2 71 -
CMYK 0.01 0.97 0 0.72
HSL 299.13º 0.95% 0.14% -
HSV(B) 299.13º 0.97% 0.28% -
XYZ 3.68 1.8 6.11 -
YUV 30.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 70 2 71 0.01 0.97 0 0.72 299.13 0.95 0.14
Hex 46 2 47 1 61 0 48 12B 5F E
Octal 106 2 107 1 141 0 110 453 137 16
Binary 1000110 10 1000111 1 1100001 0 1001000 100101011 1011111 1110

Color Harmonies of #460247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460247

Black with #460247

Text Example


Text Example

White with #460247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460247; }

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

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

background-color css

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

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

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

border-color css

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

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

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