#474001

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

Shades of Madras #474001

Tints of Madras #474001

Color information

#474001 (or 0x474001) is unknown color: approx Madras. HEX triplet: 47, 40 and 01. RGB value is (71,64,1). Sum of RGB (Red+Green+Blue) = 71+64+1=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #474001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474001 is #B8BFFE. Grayscale: #3B3B3B. Windows color (decimal): -12107775 or 81991. OLE color: 81991.

HSL color Cylindrical-coordinate representation of color #474001: hue angle of 54º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #474001 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB71641-
CMYK00.100.990.72
HSL54º97.22%14.12%-
HSV(B)54º98.59%27.84%-
XYZ4.445.010.76-
YUV58.9195.32136.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=52.21%
G=47.06%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164100.100.990.725497.2214.12
Hex474010A63483661e
Octal10710010121431106614116
Binary100011110000001010101100011100100011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474001; }

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

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

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

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

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

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

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

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