#498564

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

Shades of Como #498564

Tints of Como #498564

Color information

#498564 (or 0x498564) is unknown color: approx Como. HEX triplet: 49, 85 and 64. RGB value is (73,133,100). Sum of RGB (Red+Green+Blue) = 73+133+100=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #498564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498564 is #B67A9B. Grayscale: #6F6F6F. Windows color (decimal): -11958940 or 6587721. OLE color: 6587721.

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

Color convert

RGB73133100-
CMYK0.4500.250.48
HSL147º29.13%40.39%-
HSV(B)147º45.11%52.16%-
XYZ13.4419.1115.04-
YUV111.3121.62100.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=23.86%
G=43.46%
B=32.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331000.4500.250.4814729.1340.39
Hex4985642D01930931d28
Octal11120514455031602233550
Binary10010011000010111001001011010110011100001001001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498564; }

 p { color: rgb(73,133,100); }

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

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

 a { background-color: rgb(73,133,100); }

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

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

 span { border-color: rgb(73,133,100); }

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