#466D58

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

Shades of Como #466D58

Tints of Como #466D58

Color information

#466D58 (or 0x466D58) is unknown color: approx Como. HEX triplet: 46, 6D and 58. RGB value is (70,109,88). Sum of RGB (Red+Green+Blue) = 70+109+88=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #466D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D58 is #B992A7. Grayscale: #5E5E5E. Windows color (decimal): -12161704 or 5795142. OLE color: 5795142.

HSL color Cylindrical-coordinate representation of color #466D58: hue angle of 147.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D58 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB7010988-
CMYK0.3600.190.57
HSL147.69º21.79%35.1%-
HSV(B)147.69º35.78%42.75%-
XYZ9.7612.9411.22-
YUV94.94124.08110.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=26.22%
G=40.82%
B=32.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109880.3600.190.57147.6921.7935.1
Hex466D582401339941623
Octal10615513044023712242643
Binary1000110110110110110001001000100111110011001010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D58; }

 p { color: rgb(70,109,88); }

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

<style>
 a { background-color: #466D58; }

 a { background-color: rgb(70,109,88); }

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

<style>
 span { border-color: #466D58; }

 span { border-color: rgb(70,109,88); }

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