#460F3F

Color #460F3F Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #460F3F

Tints of Mardi Gras #460F3F

Color information

#460F3F (or 0x460F3F) is unknown color: approx Mardi Gras. HEX triplet: 46, 0F and 3F. RGB value is (70,15,63). Sum of RGB (Red+Green+Blue) = 70+15+63=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #460F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F3F is #B9F0C0. Grayscale: #242424. Windows color (decimal): -12185793 or 4132678. OLE color: 4132678.

HSL color Cylindrical-coordinate representation of color #460F3F: hue angle of 307.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F3F is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB701563-
CMYK00.790.100.73
HSL307.64º64.71%16.67%-
HSV(B)307.64º78.57%27.45%-
XYZ3.5924.9-
YUV36.92142.72151.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 63 (25% from 255) = 42.57%
R=47.30%
G=10.14%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70156300.790.100.73307.6464.7116.67
Hex46F3F04FA491344111
Octal106177701171211146410121
Binary100011011111111110100111110101001001100110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F3F; }

 p { color: rgb(70,15,63); }

 H1.HeaderClassName
 {
   color: #460F3F;
 }
 .AnyTagClassName
 {
   color: #460F3F;
 }
</style>
background-color css

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

 a { background-color: rgb(70,15,63); }

 div.DivClassName
 {
   background-color: #460F3F;
 }
 .BgClassName
 {
   background-color: #460F3F;
 }
</style>
border-color css

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

 span { border-color: rgb(70,15,63); }

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