#467457

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

Shades of Como #467457

Tints of Como #467457

Color information

#467457 (or 0x467457) is unknown color: approx Como. HEX triplet: 46, 74 and 57. RGB value is (70,116,87). Sum of RGB (Red+Green+Blue) = 70+116+87=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #467457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467457 is #B98BA8. Grayscale: #636363. Windows color (decimal): -12159913 or 5731398. OLE color: 5731398.

HSL color Cylindrical-coordinate representation of color #467457: hue angle of 142.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467457 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB7011687-
CMYK0.4000.250.55
HSL142.17º24.73%36.47%-
HSV(B)142.17º39.66%45.49%-
XYZ10.4914.4811.26-
YUV98.94121.26107.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=25.64%
G=42.49%
B=31.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116870.4000.250.55142.1724.7336.47
Hex46745728019378e1924
Octal10616412750031672163144
Binary1000110111010010101111010000110011101111000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467457; }

 p { color: rgb(70,116,87); }

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

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

 a { background-color: rgb(70,116,87); }

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

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

 span { border-color: rgb(70,116,87); }

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