#46875E

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

Shades of Como #46875E

Tints of Como #46875E

Color information

#46875E (or 0x46875E) is unknown color: approx Como. HEX triplet: 46, 87 and 5E. RGB value is (70,135,94). Sum of RGB (Red+Green+Blue) = 70+135+94=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #46875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46875E is #B978A1. Grayscale: #6E6E6E. Windows color (decimal): -12155042 or 6195014. OLE color: 6195014.

HSL color Cylindrical-coordinate representation of color #46875E: hue angle of 142.15º degrees, saturation: 0.32, 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 #46875E is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7013594-
CMYK0.4800.300.47
HSL142.15º31.71%40.2%-
HSV(B)142.15º48.15%52.94%-
XYZ13.2119.4413.65-
YUV110.89118.4798.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=23.41%
G=45.15%
B=31.44%

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
Decimal70135940.4800.300.47142.1531.7140.2
Hex46875E3001E2F8e2028
Octal10620713660036572164050
Binary100011010000111101111011000001111010111110001110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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