Html Css Color HEX #450447 Mardi Gras

📋 copy color: '#450447'

red 69 ◦ green 4 ◦ blue 71

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

Shades of Mardi Gras #450447

Tints of Mardi Gras #450447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

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

R = 47.92%
G = 2.78%
B = 49.31%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#450447 (or 0x450447) is known color: Mardi Gras. HEX triplet: 45, 04 and 47. RGB value is (69,4,71). Sum of RGB (Red+Green+Blue) = 69+4+71=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #450447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450447 is #BAFBB8. Grayscale: #1E1E1E. Windows color (decimal): -12254137 or 4654149. OLE color: 4654149.

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

Color convert

RGB 69 4 71 -
CMYK 0.03 0.94 0 0.72
HSL 298.21º 0.89% 0.15% -
HSV(B) 298.21º 0.94% 0.28% -
XYZ 3.63 1.81 6.12 -
YUV 31.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 69 4 71 0.03 0.94 0 0.72 298.21 0.89 0.15
Hex 45 4 47 3 5E 0 48 12A 59 F
Octal 105 4 107 3 136 0 110 452 131 17
Binary 1000101 100 1000111 11 1011110 0 1001000 100101010 1011001 1111

Color Harmonies of #450447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450447

Black with #450447

Text Example


Text Example

White with #450447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450447; }

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

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

background-color css

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

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

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

border-color css

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

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

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