Html Css Color HEX #440747 Mardi Gras

📋 copy color: '#440747'

red 68 ◦ green 7 ◦ blue 71

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

Shades of Mardi Gras #440747

Tints of Mardi Gras #440747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 46.58%
G = 4.79%
B = 48.63%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440747 (or 0x440747) is known color: Mardi Gras. HEX triplet: 44, 07 and 47. RGB value is (68,7,71). Sum of RGB (Red+Green+Blue) = 68+7+71=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #440747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440747 is #BBF8B8. Grayscale: #202020. Windows color (decimal): -12318905 or 4654916. OLE color: 4654916.

HSL color Cylindrical-coordinate representation of color #440747: hue angle of 297.19º 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 #440747 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 7 71 -
CMYK 0.04 0.90 0 0.72
HSL 297.19º 0.82% 0.15% -
HSV(B) 297.19º 0.9% 0.28% -
XYZ 3.6 1.84 6.13 -
YUV 32.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 68 7 71 0.04 0.90 0 0.72 297.19 0.82 0.15
Hex 44 7 47 4 5A 0 48 129 52 F
Octal 104 7 107 4 132 0 110 451 122 17
Binary 1000100 111 1000111 100 1011010 0 1001000 100101001 1010010 1111

Color Harmonies of #440747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440747

Black with #440747

Text Example


Text Example

White with #440747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440747; }

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

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

background-color css

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

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

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

border-color css

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

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

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