#464041

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

Shades of Jon #464041

Tints of Jon #464041

Color information

#464041 (or 0x464041) is unknown color: approx Jon. HEX triplet: 46, 40 and 41. RGB value is (70,64,65). Sum of RGB (Red+Green+Blue) = 70+64+65=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 70 - color contains mainly: red. Hex color #464041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464041 is #B9BFBE. Grayscale: #414141. Windows color (decimal): -12173247 or 4276294. OLE color: 4276294.

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

Color convert

RGB706465-
CMYK00.090.070.73
HSL350º4.48%26.27%-
HSV(B)350º8.57%27.45%-
XYZ5.315.355.75-
YUV65.91127.49130.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=35.18%
G=32.16%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70646500.090.070.733504.4826.27
Hex4640410974915e41a
Octal1061001010117111536432
Binary10001101000000100000101001111100100110101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464041; }

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

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

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

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

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

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

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

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