#464344

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

Shades of Jon #464344

Tints of Jon #464344

Color information

#464344 (or 0x464344) is unknown color: approx Jon. HEX triplet: 46, 43 and 44. RGB value is (70,67,68). Sum of RGB (Red+Green+Blue) = 70+67+68=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 70 - color contains mainly: red. Hex color #464344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464344 is #B9BCBB. Grayscale: #444444. Windows color (decimal): -12172476 or 4473670. OLE color: 4473670.

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

Color convert

RGB706768-
CMYK00.040.030.73
HSL340º2.19%26.86%-
HSV(B)340º4.29%27.45%-
XYZ5.585.736.28-
YUV68.01127.99129.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=34.15%
G=32.68%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70676800.040.030.733402.1926.86
Hex4643440434915421b
Octal106103104043111524233
Binary10001101000011100010001001110010011010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464344; }

 p { color: rgb(70,67,68); }

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

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

 a { background-color: rgb(70,67,68); }

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

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

 span { border-color: rgb(70,67,68); }

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