Html Css Color HEX #440848 Mardi Gras

📋 copy color: '#440848'

red 68 ◦ green 8 ◦ blue 72

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

Shades of Mardi Gras #440848

Tints of Mardi Gras #440848

RGB

 RED value IS 68 (26.95% from 255) = 45.95%

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 45.95%
G = 5.41%
B = 48.65%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440848 (or 0x440848) is known color: Mardi Gras. HEX triplet: 44, 08 and 48. RGB value is (68,8,72). Sum of RGB (Red+Green+Blue) = 68+8+72=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #440848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440848 is #BBF7B7. Grayscale: #212121. Windows color (decimal): -12318648 or 4720708. OLE color: 4720708.

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

Color convert

RGB 68 8 72 -
CMYK 0.06 0.89 0 0.72
HSL 296.25º 0.8% 0.16% -
HSV(B) 296.25º 0.89% 0.28% -
XYZ 3.64 1.87 6.3 -
YUV 33.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 68 8 72 0.06 0.89 0 0.72 296.25 0.8 0.16
Hex 44 8 48 6 59 0 48 128 50 10
Octal 104 10 110 6 131 0 110 450 120 20
Binary 1000100 1000 1001000 110 1011001 0 1001000 100101000 1010000 10000

Color Harmonies of #440848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440848

Black with #440848

Text Example


Text Example

White with #440848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440848; }

 p { color: rgb(68,8,72); }

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

background-color css

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

 a { background-color: rgb(68,8,72); }

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

border-color css

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

 span { border-color: rgb(68,8,72); }

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