#494001

Color #494001 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #494001

Tints of Madras #494001

Color information

#494001 (or 0x494001) is unknown color: approx Madras. HEX triplet: 49, 40 and 01. RGB value is (73,64,1). Sum of RGB (Red+Green+Blue) = 73+64+1=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #494001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494001 is #B6BFFE. Grayscale: #3B3B3B. Windows color (decimal): -11976703 or 81993. OLE color: 81993.

HSL color Cylindrical-coordinate representation of color #494001: hue angle of 52.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #494001 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB73641-
CMYK00.120.990.71
HSL52.5º97.3%14.51%-
HSV(B)52.5º98.63%28.63%-
XYZ4.595.090.77-
YUV59.5194.98137.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=52.90%
G=46.38%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7364100.120.990.7152.597.314.51
Hex494010C63473461f
Octal11110010141431076414117
Binary100100110000001011001100011100011111010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494001; }

 p { color: rgb(73,64,1); }

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

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

 a { background-color: rgb(73,64,1); }

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

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

 span { border-color: rgb(73,64,1); }

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