#467459

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

Shades of Como #467459

Tints of Como #467459

Color information

#467459 (or 0x467459) is unknown color: approx Como. HEX triplet: 46, 74 and 59. RGB value is (70,116,89). Sum of RGB (Red+Green+Blue) = 70+116+89=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #467459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467459 is #B98BA6. Grayscale: #636363. Windows color (decimal): -12159911 or 5862470. OLE color: 5862470.

HSL color Cylindrical-coordinate representation of color #467459: hue angle of 144.78º 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 #467459 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB7011689-
CMYK0.4000.230.55
HSL144.78º24.73%36.47%-
HSV(B)144.78º39.66%45.49%-
XYZ10.5714.5111.7-
YUV99.17122.26107.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=25.45%
G=42.18%
B=32.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116890.4000.230.55144.7824.7336.47
Hex4674592801737911924
Octal10616413150027672213144
Binary1000110111010010110011010000101111101111001000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467459; }

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

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

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

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

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

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

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

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