Html Css Color HEX #450448 Mardi Gras

📋 copy color: '#450448'

red 69 ◦ green 4 ◦ blue 72

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

Shades of Mardi Gras #450448

Tints of Mardi Gras #450448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 47.59%
G = 2.76%
B = 49.66%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450448 (or 0x450448) is known color: Mardi Gras. HEX triplet: 45, 04 and 48. RGB value is (69,4,72). Sum of RGB (Red+Green+Blue) = 69+4+72=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #450448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450448 is #BAFBB7. Grayscale: #1E1E1E. Windows color (decimal): -12254136 or 4719685. OLE color: 4719685.

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

Color convert

RGB 69 4 72 -
CMYK 0.04 0.94 0 0.72
HSL 297.35º 0.89% 0.15% -
HSV(B) 297.35º 0.94% 0.28% -
XYZ 3.67 1.82 6.29 -
YUV 31.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 69 4 72 0.04 0.94 0 0.72 297.35 0.89 0.15
Hex 45 4 48 4 5E 0 48 129 59 F
Octal 105 4 110 4 136 0 110 451 131 17
Binary 1000101 100 1001000 100 1011110 0 1001000 100101001 1011001 1111

Color Harmonies of #450448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450448

Black with #450448

Text Example


Text Example

White with #450448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450448; }

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

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

background-color css

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

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

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

border-color css

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

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

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