Html Css Color HEX #460447 Mardi Gras

📋 copy color: '#460447'

red 70 ◦ green 4 ◦ blue 71

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

Shades of Mardi Gras #460447

Tints of Mardi Gras #460447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 48.28%
G = 2.76%
B = 48.97%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460447 (or 0x460447) is known color: Mardi Gras. HEX triplet: 46, 04 and 47. RGB value is (70,4,71). Sum of RGB (Red+Green+Blue) = 70+4+71=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #460447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460447 is #B9FBB8. Grayscale: #1F1F1F. Windows color (decimal): -12188601 or 4654150. OLE color: 4654150.

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

Color convert

RGB 70 4 71 -
CMYK 0.01 0.94 0 0.72
HSL 299.1º 0.89% 0.15% -
HSV(B) 299.1º 0.94% 0.28% -
XYZ 3.71 1.84 6.12 -
YUV 31.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 70 4 71 0.01 0.94 0 0.72 299.1 0.89 0.15
Hex 46 4 47 1 5E 0 48 12B 59 F
Octal 106 4 107 1 136 0 110 453 131 17
Binary 1000110 100 1000111 1 1011110 0 1001000 100101011 1011001 1111

Color Harmonies of #460447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460447

Black with #460447

Text Example


Text Example

White with #460447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460447; }

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

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

background-color css

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

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

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

border-color css

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

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

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