Html Css Color HEX #460248 Mardi Gras

📋 copy color: '#460248'

red 70 ◦ green 2 ◦ blue 72

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

Shades of Mardi Gras #460248

Tints of Mardi Gras #460248

RGB

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

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

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

R = 48.61%
G = 1.39%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460248 (or 0x460248) is known color: Mardi Gras. HEX triplet: 46, 02 and 48. RGB value is (70,2,72). Sum of RGB (Red+Green+Blue) = 70+2+72=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #460248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460248 is #B9FDB7. Grayscale: #1E1E1E. Windows color (decimal): -12189112 or 4719174. OLE color: 4719174.

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

Color convert

RGB 70 2 72 -
CMYK 0.03 0.97 0 0.72
HSL 298.29º 0.95% 0.15% -
HSV(B) 298.29º 0.97% 0.28% -
XYZ 3.72 1.81 6.28 -
YUV 30.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 70 2 72 0.03 0.97 0 0.72 298.29 0.95 0.15
Hex 46 2 48 3 61 0 48 12A 5F F
Octal 106 2 110 3 141 0 110 452 137 17
Binary 1000110 10 1001000 11 1100001 0 1001000 100101010 1011111 1111

Color Harmonies of #460248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460248

Black with #460248

Text Example


Text Example

White with #460248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460248; }

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

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

background-color css

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

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

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

border-color css

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

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

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