#46865E

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

Shades of Como #46865E

Tints of Como #46865E

Color information

#46865E (or 0x46865E) is unknown color: approx Como. HEX triplet: 46, 86 and 5E. RGB value is (70,134,94). Sum of RGB (Red+Green+Blue) = 70+134+94=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #46865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46865E is #B979A1. Grayscale: #6E6E6E. Windows color (decimal): -12155298 or 6194758. OLE color: 6194758.

HSL color Cylindrical-coordinate representation of color #46865E: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46865E is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7013494-
CMYK0.4800.300.47
HSL142.5º31.37%40%-
HSV(B)142.5º47.76%52.55%-
XYZ13.0719.1613.6-
YUV110.3118.899.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=23.49%
G=44.97%
B=31.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134940.4800.300.47142.531.3740
Hex46865E3001E2F8e1f28
Octal10620613660036572163750
Binary10001101000011010111101100000111101011111000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46865E; }

 p { color: rgb(70,134,94); }

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

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

 a { background-color: rgb(70,134,94); }

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

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

 span { border-color: rgb(70,134,94); }

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