Html Css Color HEX #450747 Mardi Gras

📋 copy color: '#450747'

red 69 ◦ green 7 ◦ blue 71

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

Shades of Mardi Gras #450747

Tints of Mardi Gras #450747

RGB

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

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

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

R = 46.94%
G = 4.76%
B = 48.3%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450747 (or 0x450747) is known color: Mardi Gras. HEX triplet: 45, 07 and 47. RGB value is (69,7,71). Sum of RGB (Red+Green+Blue) = 69+7+71=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #450747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450747 is #BAF8B8. Grayscale: #202020. Windows color (decimal): -12253369 or 4654917. OLE color: 4654917.

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

Color convert

RGB 69 7 71 -
CMYK 0.03 0.90 0 0.72
HSL 298.13º 0.82% 0.15% -
HSV(B) 298.13º 0.9% 0.28% -
XYZ 3.67 1.87 6.13 -
YUV 32.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 69 7 71 0.03 0.90 0 0.72 298.13 0.82 0.15
Hex 45 7 47 3 5A 0 48 12A 52 F
Octal 105 7 107 3 132 0 110 452 122 17
Binary 1000101 111 1000111 11 1011010 0 1001000 100101010 1010010 1111

Color Harmonies of #450747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450747

Black with #450747

Text Example


Text Example

White with #450747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450747; }

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

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

background-color css

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

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

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

border-color css

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

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

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