#450348

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

Shades of Mardi Gras #450348

Tints of Mardi Gras #450348

Color information

#450348 (or 0x450348) is unknown color: approx Mardi Gras. HEX triplet: 45, 03 and 48. RGB value is (69,3,72). Sum of RGB (Red+Green+Blue) = 69+3+72=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 3 (1.56% from 255 or 2.08% 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 #450348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450348 is #BAFCB7. Grayscale: #1E1E1E. Windows color (decimal): -12254392 or 4719429. OLE color: 4719429.

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

Color convert

RGB69372-
CMYK0.040.9600.72
HSL297.39º92%14.71%-
HSV(B)297.39º95.83%28.24%-
XYZ3.661.86.29-
YUV30.6151.37155.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 72 (28.52% from 255) = 50%
R=47.92%
G=2.08%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal693720.040.9600.72297.399214.71
Hex453484600481295cf
Octal10531104140011045113417
Binary100010111100100010011000000100100010010100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450348; }

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

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

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

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

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

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

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

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