#463F41

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

Shades of Jon #463F41

Tints of Jon #463F41

Color information

#463F41 (or 0x463F41) is unknown color: approx Jon. HEX triplet: 46, 3F and 41. RGB value is (70,63,65). Sum of RGB (Red+Green+Blue) = 70+63+65=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #463F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F41 is #B9C0BE. Grayscale: #414141. Windows color (decimal): -12173503 or 4276038. OLE color: 4276038.

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

Color convert

RGB706365-
CMYK00.100.070.73
HSL342.86º5.26%26.08%-
HSV(B)342.86º10%27.45%-
XYZ5.265.245.74-
YUV65.32127.82131.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=35.35%
G=31.82%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70636500.100.070.73342.865.2626.08
Hex463F410A74915751a
Octal106771010127111527532
Binary1000110111111100000101010111100100110101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463F41; }

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

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

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

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

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

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

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

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