#499779

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

Shades of Lochinvar #499779

Tints of Lochinvar #499779

Color information

#499779 (or 0x499779) is unknown color: approx Lochinvar. HEX triplet: 49, 97 and 79. RGB value is (73,151,121). Sum of RGB (Red+Green+Blue) = 73+151+121=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #499779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499779 is #B66886. Grayscale: #7C7C7C. Windows color (decimal): -11954311 or 7968585. OLE color: 7968585.

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

Color convert

RGB73151121-
CMYK0.5200.200.41
HSL156.92º34.82%43.92%-
HSV(B)156.92º51.66%59.22%-
XYZ17.2724.9321.99-
YUV124.26126.1691.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=21.16%
G=43.77%
B=35.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731511210.5200.200.41156.9234.8243.92
Hex49977934014299d232c
Octal11122717164024512354354
Binary100100110010111111100111010001010010100110011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499779; }

 p { color: rgb(73,151,121); }

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

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

 a { background-color: rgb(73,151,121); }

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

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

 span { border-color: rgb(73,151,121); }

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