Html Css Color HEX #450A49 Mardi Gras

📋 copy color: '#450A49'

red 69 ◦ green 10 ◦ blue 73

#450A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #450A49

Tints of Mardi Gras #450A49

RGB

 RED value IS 69 (27.34% from 255) = 45.39%

 GREEN value IS 10 (4.3% from 255) = 6.58%

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 45.39%
G = 6.58%
B = 48.03%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#450A49 (or 0x450A49) is known color: Mardi Gras. HEX triplet: 45, 0A and 49. RGB value is (69,10,73). Sum of RGB (Red+Green+Blue) = 69+10+73=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #450A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A49 is #BAF5B6. Grayscale: #222222. Windows color (decimal): -12252599 or 4786757. OLE color: 4786757.

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

Color convert

RGB 69 10 73 -
CMYK 0.05 0.86 0 0.71
HSL 296.19º 0.76% 0.16% -
HSV(B) 296.19º 0.86% 0.29% -
XYZ 3.77 1.96 6.48 -
YUV 34.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 69 10 73 0.05 0.86 0 0.71 296.19 0.76 0.16
Hex 45 A 49 5 56 0 47 128 4C 10
Octal 105 12 111 5 126 0 107 450 114 20
Binary 1000101 1010 1001001 101 1010110 0 1000111 100101000 1001100 10000

Color Harmonies of #450A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A49

Black with #450A49

Text Example


Text Example

White with #450A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #450A49;
 }
 .AnyTagClassName
 {
   color: #450A49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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