#463A3C

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

Shades of Jon #463A3C

Tints of Jon #463A3C

Color information

#463A3C (or 0x463A3C) is unknown color: approx Jon. HEX triplet: 46, 3A and 3C. RGB value is (70,58,60). Sum of RGB (Red+Green+Blue) = 70+58+60=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #463A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A3C is #B9C5C3. Grayscale: #3D3D3D. Windows color (decimal): -12174788 or 3947078. OLE color: 3947078.

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

Color convert

RGB705860-
CMYK00.170.140.73
HSL350º9.38%25.1%-
HSV(B)350º17.14%27.45%-
XYZ4.854.654.92-
YUV61.82126.98133.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=37.23%
G=30.85%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70586000.170.140.733509.3825.1
Hex463A3C011E4915e919
Octal1067274021161115361131
Binary100011011101011110001000111101001001101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,58,60); }

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

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

 a { background-color: rgb(70,58,60); }

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

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

 span { border-color: rgb(70,58,60); }

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