Html Css Color HEX #450346 Mardi Gras

📋 copy color: '#450346'

red 69 ◦ green 3 ◦ blue 70

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

Shades of Mardi Gras #450346

Tints of Mardi Gras #450346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

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

R = 48.59%
G = 2.11%
B = 49.3%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#450346 (or 0x450346) is known color: Mardi Gras. HEX triplet: 45, 03 and 46. RGB value is (69,3,70). Sum of RGB (Red+Green+Blue) = 69+3+70=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #450346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450346 is #BAFCB9. Grayscale: #1E1E1E. Windows color (decimal): -12254394 or 4588357. OLE color: 4588357.

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

Color convert

RGB 69 3 70 -
CMYK 0.01 0.96 0 0.73
HSL 299.1º 0.92% 0.14% -
HSV(B) 299.1º 0.96% 0.27% -
XYZ 3.59 1.77 5.95 -
YUV 30.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 69 3 70 0.01 0.96 0 0.73 299.1 0.92 0.14
Hex 45 3 46 1 60 0 49 12B 5C E
Octal 105 3 106 1 140 0 111 453 134 16
Binary 1000101 11 1000110 1 1100000 0 1001001 100101011 1011100 1110

Color Harmonies of #450346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450346

Black with #450346

Text Example


Text Example

White with #450346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450346; }

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

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

background-color css

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

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

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

border-color css

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

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

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