Html Css Color HEX #460448 Mardi Gras

📋 copy color: '#460448'

red 70 ◦ green 4 ◦ blue 72

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

Shades of Mardi Gras #460448

Tints of Mardi Gras #460448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 47.95%
G = 2.74%
B = 49.32%

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

#460448 (or 0x460448) is known color: Mardi Gras. HEX triplet: 46, 04 and 48. RGB value is (70,4,72). Sum of RGB (Red+Green+Blue) = 70+4+72=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #460448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460448 is #B9FBB7. Grayscale: #1F1F1F. Windows color (decimal): -12188600 or 4719686. OLE color: 4719686.

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

Color convert

RGB 70 4 72 -
CMYK 0.03 0.94 0 0.72
HSL 298.24º 0.89% 0.15% -
HSV(B) 298.24º 0.94% 0.28% -
XYZ 3.74 1.86 6.29 -
YUV 31.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 70 4 72 0.03 0.94 0 0.72 298.24 0.89 0.15
Hex 46 4 48 3 5E 0 48 12A 59 F
Octal 106 4 110 3 136 0 110 452 131 17
Binary 1000110 100 1001000 11 1011110 0 1001000 100101010 1011001 1111

Color Harmonies of #460448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460448

Black with #460448

Text Example


Text Example

White with #460448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460448; }

 p { color: rgb(70,4,72); }

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

background-color css

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

 a { background-color: rgb(70,4,72); }

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

border-color css

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

 span { border-color: rgb(70,4,72); }

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