#46795A

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

Shades of Como #46795A

Tints of Como #46795A

Color information

#46795A (or 0x46795A) is unknown color: approx Como. HEX triplet: 46, 79 and 5A. RGB value is (70,121,90). Sum of RGB (Red+Green+Blue) = 70+121+90=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #46795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46795A is #B986A5. Grayscale: #666666. Windows color (decimal): -12158630 or 5929286. OLE color: 5929286.

HSL color Cylindrical-coordinate representation of color #46795A: hue angle of 143.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46795A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7012190-
CMYK0.4200.260.53
HSL143.53º26.7%37.45%-
HSV(B)143.53º42.15%47.45%-
XYZ11.2115.7212.12-
YUV102.22121.1105.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=24.91%
G=43.06%
B=32.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121900.4200.260.53143.5326.737.45
Hex46795A2A01A35901b25
Octal10617113252032652203345
Binary1000110111100110110101010100110101101011001000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46795A; }

 p { color: rgb(70,121,90); }

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

<style>
 a { background-color: #46795A; }

 a { background-color: rgb(70,121,90); }

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

<style>
 span { border-color: #46795A; }

 span { border-color: rgb(70,121,90); }

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