#46725B

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

Shades of Como #46725B

Tints of Como #46725B

Color information

#46725B (or 0x46725B) is unknown color: approx Como. HEX triplet: 46, 72 and 5B. RGB value is (70,114,91). Sum of RGB (Red+Green+Blue) = 70+114+91=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #46725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46725B is #B98DA4. Grayscale: #626262. Windows color (decimal): -12160421 or 5993030. OLE color: 5993030.

HSL color Cylindrical-coordinate representation of color #46725B: hue angle of 148.64º 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 #46725B is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB7011491-
CMYK0.3900.200.55
HSL148.64º23.91%36.08%-
HSV(B)148.64º38.6%44.71%-
XYZ10.4314.0912.07-
YUV98.22123.92107.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=25.45%
G=41.45%
B=33.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114910.3900.200.55148.6423.9136.08
Hex46725B2701437951824
Octal10616213347024672253044
Binary1000110111001010110111001110101001101111001010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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