#499C8D

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

Shades of Lochinvar #499C8D

Tints of Lochinvar #499C8D

Color information

#499C8D (or 0x499C8D) is unknown color: approx Lochinvar. HEX triplet: 49, 9C and 8D. RGB value is (73,156,141). Sum of RGB (Red+Green+Blue) = 73+156+141=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #499C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C8D is #B66372. Grayscale: #818181. Windows color (decimal): -11953011 or 9280585. OLE color: 9280585.

HSL color Cylindrical-coordinate representation of color #499C8D: hue angle of 169.16º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C8D is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB73156141-
CMYK0.5300.100.39
HSL169.16º36.24%44.9%-
HSV(B)169.16º53.21%61.18%-
XYZ19.4427.1229.41-
YUV129.47134.587.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=19.73%
G=42.16%
B=38.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561410.5300.100.39169.1636.2444.9
Hex499C8D350A27a9242d
Octal11123421565012472514455
Binary100100110011100100011011101010101010011110101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C8D; }

 p { color: rgb(73,156,141); }

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

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

 a { background-color: rgb(73,156,141); }

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

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

 span { border-color: rgb(73,156,141); }

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