#450148

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

Shades of Mardi Gras #450148

Tints of Mardi Gras #450148

Color information

#450148 (or 0x450148) is unknown color: approx Mardi Gras. HEX triplet: 45, 01 and 48. RGB value is (69,1,72). Sum of RGB (Red+Green+Blue) = 69+1+72=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #450148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450148 is #BAFEB7. Grayscale: #1D1D1D. Windows color (decimal): -12254904 or 4718917. OLE color: 4718917.

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

Color convert

RGB69172-
CMYK0.040.9900.72
HSL297.46º97.26%14.31%-
HSV(B)297.46º98.61%28.24%-
XYZ3.631.756.28-
YUV29.43152.03156.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=48.59%
G=0.70%
B=50.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal691720.040.9900.72297.4697.2614.31
Hex4514846304812961e
Octal10511104143011045114116
Binary10001011100100010011000110100100010010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450148; }

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

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

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

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

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

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

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

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