Html Css Color HEX #440748 Mardi Gras

📋 copy color: '#440748'

red 68 ◦ green 7 ◦ blue 72

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

Shades of Mardi Gras #440748

Tints of Mardi Gras #440748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 46.26%
G = 4.76%
B = 48.98%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440748 (or 0x440748) is known color: Mardi Gras. HEX triplet: 44, 07 and 48. RGB value is (68,7,72). Sum of RGB (Red+Green+Blue) = 68+7+72=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #440748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440748 is #BBF8B7. Grayscale: #202020. Windows color (decimal): -12318904 or 4720452. OLE color: 4720452.

HSL color Cylindrical-coordinate representation of color #440748: hue angle of 296.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440748 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 7 72 -
CMYK 0.06 0.90 0 0.72
HSL 296.31º 0.82% 0.15% -
HSV(B) 296.31º 0.9% 0.28% -
XYZ 3.63 1.85 6.3 -
YUV 32.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 68 7 72 0.06 0.90 0 0.72 296.31 0.82 0.15
Hex 44 7 48 6 5A 0 48 128 52 F
Octal 104 7 110 6 132 0 110 450 122 17
Binary 1000100 111 1001000 110 1011010 0 1001000 100101000 1010010 1111

Color Harmonies of #440748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440748

Black with #440748

Text Example


Text Example

White with #440748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440748; }

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

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

background-color css

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

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

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

border-color css

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

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

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