#450346

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

Shades of Mardi Gras #450346

Tints of Mardi Gras #450346

Color information

#450346 (or 0x450346) is unknown color: approx Mardi Gras. HEX triplet: 45, 03 and 46. RGB value is (69,3,70). Sum of RGB (Red+Green+Blue) = 69+3+70=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #450346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450346 is #BAFCB9. Grayscale: #1E1E1E. Windows color (decimal): -12254394 or 4588357. OLE color: 4588357.

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

Color convert

RGB69370-
CMYK0.010.9600.73
HSL299.1º91.78%14.31%-
HSV(B)299.1º95.71%27.45%-
XYZ3.591.775.95-
YUV30.37150.37155.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=48.59%
G=2.11%
B=49.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal693700.010.9600.73299.191.7814.31
Hex4534616004912b5ce
Octal10531061140011145313416
Binary1000101111000110111000000100100110010101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450346; }

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

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

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

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

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

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

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

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