Html Css Color HEX #460742 Mardi Gras

📋 copy color: '#460742'

red 70 ◦ green 7 ◦ blue 66

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

Shades of Mardi Gras #460742

Tints of Mardi Gras #460742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 48.95%
G = 4.9%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#460742 (or 0x460742) is known color: Mardi Gras. HEX triplet: 46, 07 and 42. RGB value is (70,7,66). Sum of RGB (Red+Green+Blue) = 70+7+66=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #460742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460742 is #B9F8BD. Grayscale: #202020. Windows color (decimal): -12187838 or 4327238. OLE color: 4327238.

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

Color convert

RGB 70 7 66 -
CMYK 0 0.90 0.06 0.73
HSL 303.81º 0.82% 0.15% -
HSV(B) 303.81º 0.9% 0.27% -
XYZ 3.59 1.85 5.32 -
YUV 32.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 70 7 66 0 0.90 0.06 0.73 303.81 0.82 0.15
Hex 46 7 42 0 5A 6 49 130 52 F
Octal 106 7 102 0 132 6 111 460 122 17
Binary 1000110 111 1000010 0 1011010 110 1001001 100110000 1010010 1111

Color Harmonies of #460742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460742

Black with #460742

Text Example


Text Example

White with #460742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460742; }

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

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

background-color css

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

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

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

border-color css

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

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

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