#46745E

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

Shades of Como #46745E

Tints of Como #46745E

Color information

#46745E (or 0x46745E) is unknown color: approx Como. HEX triplet: 46, 74 and 5E. RGB value is (70,116,94). Sum of RGB (Red+Green+Blue) = 70+116+94=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #46745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46745E is #B98BA1. Grayscale: #636363. Windows color (decimal): -12159906 or 6190150. OLE color: 6190150.

HSL color Cylindrical-coordinate representation of color #46745E: hue angle of 151.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46745E is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB7011694-
CMYK0.4000.190.55
HSL151.3º24.73%36.47%-
HSV(B)151.3º39.66%45.49%-
XYZ10.7914.612.84-
YUV99.74124.76106.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=25%
G=41.43%
B=33.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116940.4000.190.55151.324.7336.47
Hex46745E2801337971924
Octal10616413650023672273144
Binary1000110111010010111101010000100111101111001011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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