Html Css Color HEX #450149 Mardi Gras

📋 copy color: '#450149'

red 69 ◦ green 1 ◦ blue 73

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

Shades of Mardi Gras #450149

Tints of Mardi Gras #450149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 48.25%
G = 0.7%
B = 51.05%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#450149 (or 0x450149) is known color: Mardi Gras. HEX triplet: 45, 01 and 49. RGB value is (69,1,73). Sum of RGB (Red+Green+Blue) = 69+1+73=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #450149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450149 is #BAFEB6. Grayscale: #1D1D1D. Windows color (decimal): -12254903 or 4784453. OLE color: 4784453.

HSL color Cylindrical-coordinate representation of color #450149: hue angle of 296.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450149 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 1 73 -
CMYK 0.05 0.99 0 0.71
HSL 296.67º 0.97% 0.15% -
HSV(B) 296.67º 0.99% 0.29% -
XYZ 3.67 1.77 6.45 -
YUV 29.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 69 1 73 0.05 0.99 0 0.71 296.67 0.97 0.15
Hex 45 1 49 5 63 0 47 129 61 F
Octal 105 1 111 5 143 0 107 451 141 17
Binary 1000101 1 1001001 101 1100011 0 1000111 100101001 1100001 1111

Color Harmonies of #450149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450149

Black with #450149

Text Example


Text Example

White with #450149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450149; }

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

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

background-color css

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

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

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

border-color css

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

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

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