#46875D

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

Shades of Como #46875D

Tints of Como #46875D

Color information

#46875D (or 0x46875D) is unknown color: approx Como. HEX triplet: 46, 87 and 5D. RGB value is (70,135,93). Sum of RGB (Red+Green+Blue) = 70+135+93=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #46875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46875D is #B978A2. Grayscale: #6E6E6E. Windows color (decimal): -12155043 or 6129478. OLE color: 6129478.

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

Color convert

RGB7013593-
CMYK0.4800.310.47
HSL141.23º31.71%40.2%-
HSV(B)141.23º48.15%52.94%-
XYZ13.1719.4213.41-
YUV110.78117.9798.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=23.49%
G=45.30%
B=31.21%

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
Decimal70135930.4800.310.47141.2331.7140.2
Hex46875D3001F2F8d2028
Octal10620713560037572154050
Binary100011010000111101110111000001111110111110001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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