Html Css Color HEX #460148 Mardi Gras

📋 copy color: '#460148'

red 70 ◦ green 1 ◦ blue 72

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

Shades of Mardi Gras #460148

Tints of Mardi Gras #460148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 72 (28.52% from 255) = 50.35%

R = 48.95%
G = 0.7%
B = 50.35%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460148 (or 0x460148) is known color: Mardi Gras. HEX triplet: 46, 01 and 48. RGB value is (70,1,72). Sum of RGB (Red+Green+Blue) = 70+1+72=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #460148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460148 is #B9FEB7. Grayscale: #1D1D1D. Windows color (decimal): -12189368 or 4718918. OLE color: 4718918.

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

Color convert

RGB 70 1 72 -
CMYK 0.03 0.99 0 0.72
HSL 298.31º 0.97% 0.14% -
HSV(B) 298.31º 0.99% 0.28% -
XYZ 3.71 1.79 6.28 -
YUV 29.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 70 1 72 0.03 0.99 0 0.72 298.31 0.97 0.14
Hex 46 1 48 3 63 0 48 12A 61 E
Octal 106 1 110 3 143 0 110 452 141 16
Binary 1000110 1 1001000 11 1100011 0 1001000 100101010 1100001 1110

Color Harmonies of #460148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460148

Black with #460148

Text Example


Text Example

White with #460148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460148; }

 p { color: rgb(70,1,72); }

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

background-color css

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

 a { background-color: rgb(70,1,72); }

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

border-color css

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

 span { border-color: rgb(70,1,72); }

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