#46895A

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

Shades of Como #46895A

Tints of Como #46895A

Color information

#46895A (or 0x46895A) is unknown color: approx Como. HEX triplet: 46, 89 and 5A. RGB value is (70,137,90). Sum of RGB (Red+Green+Blue) = 70+137+90=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #46895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46895A is #B976A5. Grayscale: #6F6F6F. Windows color (decimal): -12154534 or 5933382. OLE color: 5933382.

HSL color Cylindrical-coordinate representation of color #46895A: hue angle of 137.91º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46895A is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB7013790-
CMYK0.4900.340.46
HSL137.91º32.37%40.59%-
HSV(B)137.91º48.91%53.73%-
XYZ13.3219.9312.82-
YUV111.61115.898.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=23.57%
G=46.13%
B=30.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137900.4900.340.46137.9132.3740.59
Hex46895A310222E8a2029
Octal10621113261042562124051
Binary1000110100010011011010110001010001010111010001010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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