#499680

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

Shades of Lochinvar #499680

Tints of Lochinvar #499680

Color information

#499680 (or 0x499680) is unknown color: approx Lochinvar. HEX triplet: 49, 96 and 80. RGB value is (73,150,128). Sum of RGB (Red+Green+Blue) = 73+150+128=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #499680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499680 is #B6697F. Grayscale: #7C7C7C. Windows color (decimal): -11954560 or 8427081. OLE color: 8427081.

HSL color Cylindrical-coordinate representation of color #499680: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499680 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB73150128-
CMYK0.5100.150.41
HSL162.86º34.53%43.73%-
HSV(B)162.86º51.33%58.82%-
XYZ17.5524.7924.28-
YUV124.47129.9991.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=20.80%
G=42.74%
B=36.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501280.5100.150.41162.8634.5343.73
Hex499680330F29a3232c
Octal11122620063017512434354
Binary100100110010110100000001100110111110100110100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499680; }

 p { color: rgb(73,150,128); }

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

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

 a { background-color: rgb(73,150,128); }

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

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

 span { border-color: rgb(73,150,128); }

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