#450A4B

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

Shades of Mardi Gras #450A4B

Tints of Mardi Gras #450A4B

Color information

#450A4B (or 0x450A4B) is unknown color: approx Mardi Gras. HEX triplet: 45, 0A and 4B. RGB value is (69,10,75). Sum of RGB (Red+Green+Blue) = 69+10+75=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #450A4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A4B is #BAF5B4. Grayscale: #222222. Windows color (decimal): -12252597 or 4917829. OLE color: 4917829.

HSL color Cylindrical-coordinate representation of color #450A4B: hue angle of 294.46º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450A4B is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB691075-
CMYK0.080.8700.71
HSL294.46º76.47%16.67%-
HSV(B)294.46º86.67%29.41%-
XYZ3.831.996.84-
YUV35.05150.55152.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=44.81%
G=6.49%
B=48.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6910750.080.8700.71294.4676.4716.67
Hex45A4B8570471264c11
Octal1051211310127010744611421
Binary1000101101010010111000101011101000111100100110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450A4B; }

 p { color: rgb(69,10,75); }

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

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

 a { background-color: rgb(69,10,75); }

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

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

 span { border-color: rgb(69,10,75); }

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