#46373B

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

Shades of Jon #46373B

Tints of Jon #46373B

Color information

#46373B (or 0x46373B) is unknown color: approx Jon. HEX triplet: 46, 37 and 3B. RGB value is (70,55,59). Sum of RGB (Red+Green+Blue) = 70+55+59=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #46373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46373B is #B9C8C4. Grayscale: #3B3B3B. Windows color (decimal): -12175557 or 3880774. OLE color: 3880774.

HSL color Cylindrical-coordinate representation of color #46373B: hue angle of 344º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46373B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB705559-
CMYK00.210.160.73
HSL344º12%24.51%-
HSV(B)344º21.43%27.45%-
XYZ4.684.354.73-
YUV59.94127.47135.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=38.04%
G=29.89%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70555900.210.160.733441224.51
Hex46373B0151049158c19
Octal1066773025201115301431
Binary1000110110111111011010101100001001001101011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46373B; }

 p { color: rgb(70,55,59); }

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

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

 a { background-color: rgb(70,55,59); }

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

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

 span { border-color: rgb(70,55,59); }

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