Html Css Color HEX #460145 Mardi Gras

📋 copy color: '#460145'

red 70 ◦ green 1 ◦ blue 69

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

Shades of Mardi Gras #460145

Tints of Mardi Gras #460145

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #460145: hue angle of 300.87º 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 #460145 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 69 -
CMYK 0 0.99 0.01 0.73
HSL 300.87º 0.97% 0.14% -
HSV(B) 300.87º 0.99% 0.27% -
XYZ 3.61 1.75 5.78 -
YUV 29.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 70 1 69 0 0.99 0.01 0.73 300.87 0.97 0.14
Hex 46 1 45 0 63 1 49 12D 61 E
Octal 106 1 105 0 143 1 111 455 141 16
Binary 1000110 1 1000101 0 1100011 1 1001001 100101101 1100001 1110

Color Harmonies of #460145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460145

Black with #460145

Text Example


Text Example

White with #460145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460145; }

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

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

background-color css

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

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

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

border-color css

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

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

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