#46715A

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

Shades of Como #46715A

Tints of Como #46715A

Color information

#46715A (or 0x46715A) is unknown color: approx Como. HEX triplet: 46, 71 and 5A. RGB value is (70,113,90). Sum of RGB (Red+Green+Blue) = 70+113+90=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #46715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46715A is #B98EA5. Grayscale: #616161. Windows color (decimal): -12160678 or 5927238. OLE color: 5927238.

HSL color Cylindrical-coordinate representation of color #46715A: hue angle of 147.91º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46715A is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB7011390-
CMYK0.3800.200.56
HSL147.91º23.5%35.88%-
HSV(B)147.91º38.05%44.31%-
XYZ10.2813.8511.8-
YUV97.52123.75108.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=25.64%
G=41.39%
B=32.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113900.3800.200.56147.9123.535.88
Hex46715A2601438941724
Octal10616113246024702242744
Binary1000110111000110110101001100101001110001001010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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