#461248

Color #461248 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #461248

Tints of Mardi Gras #461248

Color information

#461248 (or 0x461248) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 48. RGB value is (70,18,72). Sum of RGB (Red+Green+Blue) = 70+18+72=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #461248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461248 is #B9EDB7. Grayscale: #272727. Windows color (decimal): -12185016 or 4723270. OLE color: 4723270.

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

Color convert

RGB701872-
CMYK0.030.7500.72
HSL297.78º60%17.65%-
HSV(B)297.78º75%28.24%-
XYZ3.912.26.35-
YUV39.7146.23149.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 72 (28.52% from 255) = 45%
R=43.75%
G=11.25%
B=45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7018720.030.7500.72297.786017.65
Hex46124834B04812a3c12
Octal10622110311301104527422
Binary10001101001010010001110010110100100010010101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461248; }

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

 H1.HeaderClassName
 {
   color: #461248;
 }
 .AnyTagClassName
 {
   color: #461248;
 }
</style>
background-color css

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

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

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

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

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

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