#46865C

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

Shades of Como #46865C

Tints of Como #46865C

Color information

#46865C (or 0x46865C) is unknown color: approx Como. HEX triplet: 46, 86 and 5C. RGB value is (70,134,92). Sum of RGB (Red+Green+Blue) = 70+134+92=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #46865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46865C is #B979A3. Grayscale: #6E6E6E. Windows color (decimal): -12155300 or 6063686. OLE color: 6063686.

HSL color Cylindrical-coordinate representation of color #46865C: hue angle of 140.62º 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 #46865C is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB7013492-
CMYK0.4800.310.47
HSL140.62º31.37%40%-
HSV(B)140.62º47.76%52.55%-
XYZ12.9819.1213.13-
YUV110.08117.899.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=23.65%
G=45.27%
B=31.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134920.4800.310.47140.6231.3740
Hex46865C3001F2F8d1f28
Octal10620613460037572153750
Binary10001101000011010111001100000111111011111000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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