#464000

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

Shades of Madras #464000

Tints of Madras #464000

Color information

#464000 (or 0x464000) is unknown color: approx Madras. HEX triplet: 46, 40 and 00. RGB value is (70,64,0). Sum of RGB (Red+Green+Blue) = 70+64+0=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #464000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464000 is #B9BFFF. Grayscale: #3A3A3A. Windows color (decimal): -12173312 or 16454. OLE color: 16454.

HSL color Cylindrical-coordinate representation of color #464000: hue angle of 54.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #464000 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70640-
CMYK00.0910.73
HSL54.86º100%13.73%-
HSV(B)54.86º100%27.45%-
XYZ4.364.970.73-
YUV58.594.99136.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.24%
G=47.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064000.0910.7354.8610013.73
Hex464000964493764e
Octal10610000111441116714416
Binary100011010000000010011100100100100111011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464000; }

 p { color: rgb(70,64,0); }

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

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

 a { background-color: rgb(70,64,0); }

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

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

 span { border-color: rgb(70,64,0); }

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