#46725A

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

Shades of Como #46725A

Tints of Como #46725A

Color information

#46725A (or 0x46725A) is unknown color: approx Como. HEX triplet: 46, 72 and 5A. RGB value is (70,114,90). Sum of RGB (Red+Green+Blue) = 70+114+90=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #46725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46725A is #B98DA5. Grayscale: #626262. Windows color (decimal): -12160422 or 5927494. OLE color: 5927494.

HSL color Cylindrical-coordinate representation of color #46725A: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46725A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB7011490-
CMYK0.3900.210.55
HSL147.27º23.91%36.08%-
HSV(B)147.27º38.6%44.71%-
XYZ10.3914.0711.84-
YUV98.11123.42107.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=25.55%
G=41.61%
B=32.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114900.3900.210.55147.2723.9136.08
Hex46725A2701537931824
Octal10616213247025672233044
Binary1000110111001010110101001110101011101111001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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