Html Css Color HEX #450248 Mardi Gras

📋 copy color: '#450248'

red 69 ◦ green 2 ◦ blue 72

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

Shades of Mardi Gras #450248

Tints of Mardi Gras #450248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 48.25%
G = 1.4%
B = 50.35%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450248 (or 0x450248) is known color: Mardi Gras. HEX triplet: 45, 02 and 48. RGB value is (69,2,72). Sum of RGB (Red+Green+Blue) = 69+2+72=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #450248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450248 is #BAFDB7. Grayscale: #1D1D1D. Windows color (decimal): -12254648 or 4719173. OLE color: 4719173.

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

Color convert

RGB 69 2 72 -
CMYK 0.04 0.97 0 0.72
HSL 297.43º 0.95% 0.15% -
HSV(B) 297.43º 0.97% 0.28% -
XYZ 3.65 1.78 6.28 -
YUV 30.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 69 2 72 0.04 0.97 0 0.72 297.43 0.95 0.15
Hex 45 2 48 4 61 0 48 129 5F F
Octal 105 2 110 4 141 0 110 451 137 17
Binary 1000101 10 1001000 100 1100001 0 1001000 100101001 1011111 1111

Color Harmonies of #450248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450248

Black with #450248

Text Example


Text Example

White with #450248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450248; }

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

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

background-color css

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

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

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

border-color css

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

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

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