Html Css Color HEX #464000 Madras

📋 copy color: '#464000'

red 70 ◦ green 64 ◦ blue 0

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

Shades of Madras #464000

Tints of Madras #464000

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 value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#464000 (or 0x464000) is known color: 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

RGB 70 64 0 -
CMYK 0 0.09 1 0.73
HSL 54.86º 1% 0.14% -
HSV(B) 54.86º 1% 0.27% -
XYZ 4.36 4.97 0.73 -
YUV 58.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 70 64 0 0 0.09 1 0.73 54.86 1 0.14
Hex 46 40 0 0 9 64 49 37 64 E
Octal 106 100 0 0 11 144 111 67 144 16
Binary 1000110 1000000 0 0 1001 1100100 1001001 110111 1100100 1110

Color Harmonies of #464000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464000

Black with #464000

Text Example


Text Example

White with #464000

Text Example


Text Example

HTML Codes & Css Web 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>