Html Css Color HEX #460748 Mardi Gras

📋 copy color: '#460748'

red 70 ◦ green 7 ◦ blue 72

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

Shades of Mardi Gras #460748

Tints of Mardi Gras #460748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.7%

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

R = 46.98%
G = 4.7%
B = 48.32%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460748 (or 0x460748) is known color: Mardi Gras. HEX triplet: 46, 07 and 48. RGB value is (70,7,72). Sum of RGB (Red+Green+Blue) = 70+7+72=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #460748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460748 is #B9F8B7. Grayscale: #212121. Windows color (decimal): -12187832 or 4720454. OLE color: 4720454.

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

Color convert

RGB 70 7 72 -
CMYK 0.03 0.90 0 0.72
HSL 298.15º 0.82% 0.15% -
HSV(B) 298.15º 0.9% 0.28% -
XYZ 3.77 1.92 6.3 -
YUV 33.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 70 7 72 0.03 0.90 0 0.72 298.15 0.82 0.15
Hex 46 7 48 3 5A 0 48 12A 52 F
Octal 106 7 110 3 132 0 110 452 122 17
Binary 1000110 111 1001000 11 1011010 0 1001000 100101010 1010010 1111

Color Harmonies of #460748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460748

Black with #460748

Text Example


Text Example

White with #460748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460748; }

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

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

background-color css

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

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

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

border-color css

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

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

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