#474041

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

Shades of Jon #474041

Tints of Jon #474041

Color information

#474041 (or 0x474041) is unknown color: approx Jon. HEX triplet: 47, 40 and 41. RGB value is (71,64,65). Sum of RGB (Red+Green+Blue) = 71+64+65=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 71 - color contains mainly: red. Hex color #474041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474041 is #B8BFBE. Grayscale: #424242. Windows color (decimal): -12107711 or 4276295. OLE color: 4276295.

HSL color Cylindrical-coordinate representation of color #474041: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474041 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB716465-
CMYK00.100.080.72
HSL351.43º5.19%26.47%-
HSV(B)351.43º9.86%27.84%-
XYZ5.395.395.76-
YUV66.21127.32131.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=35.5%
G=32%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71646500.100.080.72351.435.1926.47
Hex4740410A84815f51a
Octal10710010101210110537532
Binary100011110000001000001010101000100100010101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474041; }

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

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

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

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

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

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

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

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