#450146

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

Shades of Mardi Gras #450146

Tints of Mardi Gras #450146

Color information

#450146 (or 0x450146) is unknown color: approx Mardi Gras. HEX triplet: 45, 01 and 46. RGB value is (69,1,70). Sum of RGB (Red+Green+Blue) = 69+1+70=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #450146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450146 is #BAFEB9. Grayscale: #1C1C1C. Windows color (decimal): -12254906 or 4587845. OLE color: 4587845.

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

Color convert

RGB69170-
CMYK0.010.9900.73
HSL299.13º97.18%13.92%-
HSV(B)299.13º98.57%27.45%-
XYZ3.571.735.94-
YUV29.2151.03156.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 70 (27.73% from 255) = 50%
R=49.29%
G=0.71%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal691700.010.9900.73299.1397.1813.92
Hex4514616304912b61e
Octal10511061143011145314116
Binary100010111000110111000110100100110010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450146; }

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

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

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

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

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

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

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

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