#498264

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

Shades of Como #498264

Tints of Como #498264

Color information

#498264 (or 0x498264) is unknown color: approx Como. HEX triplet: 49, 82 and 64. RGB value is (73,130,100). Sum of RGB (Red+Green+Blue) = 73+130+100=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #498264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498264 is #B67D9B. Grayscale: #6D6D6D. Windows color (decimal): -11959708 or 6586953. OLE color: 6586953.

HSL color Cylindrical-coordinate representation of color #498264: hue angle of 148.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498264 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB73130100-
CMYK0.4400.230.49
HSL148.42º28.08%39.8%-
HSV(B)148.42º43.85%50.98%-
XYZ13.0318.314.9-
YUV109.54122.62101.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=24.09%
G=42.90%
B=33.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301000.4400.230.49148.4228.0839.8
Hex4982642C01731941c28
Octal11120214454027612243450
Binary10010011000001011001001011000101111100011001010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498264; }

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

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

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

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

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

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

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

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