Html Css Color HEX #450146 Mardi Gras

📋 copy color: '#450146'

red 69 ◦ green 1 ◦ blue 70

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

Shades of Mardi Gras #450146

Tints of Mardi Gras #450146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 70 (27.73% from 255) = 50%

R = 49.29%
G = 0.71%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#450146 (or 0x450146) is known color: Mardi Gras. HEX triplet: 45, 01 and 46. RGB value is (69,1,70). Sum of RGB (Red+Green+Blue) = 69+1+70=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #450146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450146 is #BAFEB9. Grayscale: #1C1C1C. Windows color (decimal): -12254906 or 4587845. OLE color: 4587845.

HSL color Cylindrical-coordinate representation of color #450146: hue angle of 299.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450146 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 1 70 -
CMYK 0.01 0.99 0 0.73
HSL 299.13º 0.97% 0.14% -
HSV(B) 299.13º 0.99% 0.27% -
XYZ 3.57 1.73 5.94 -
YUV 29.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 69 1 70 0.01 0.99 0 0.73 299.13 0.97 0.14
Hex 45 1 46 1 63 0 49 12B 61 E
Octal 105 1 106 1 143 0 111 453 141 16
Binary 1000101 1 1000110 1 1100011 0 1001001 100101011 1100001 1110

Color Harmonies of #450146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450146

Black with #450146

Text Example


Text Example

White with #450146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450146; }

 p { color: rgb(69,1,70); }

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

background-color css

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

 a { background-color: rgb(69,1,70); }

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

border-color css

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

 span { border-color: rgb(69,1,70); }

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