#499D8D

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

Shades of Lochinvar #499D8D

Tints of Lochinvar #499D8D

Color information

#499D8D (or 0x499D8D) is unknown color: approx Lochinvar. HEX triplet: 49, 9D and 8D. RGB value is (73,157,141). Sum of RGB (Red+Green+Blue) = 73+157+141=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #499D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D8D is #B66272. Grayscale: #828282. Windows color (decimal): -11952755 or 9280841. OLE color: 9280841.

HSL color Cylindrical-coordinate representation of color #499D8D: hue angle of 168.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D8D is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB73157141-
CMYK0.5400.100.38
HSL168.57º36.52%45.1%-
HSV(B)168.57º53.5%61.57%-
XYZ19.6127.4529.46-
YUV130.06134.1787.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=19.68%
G=42.32%
B=38.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731571410.5400.100.38168.5736.5245.1
Hex499D8D360A26a9252d
Octal11123521566012462514555
Binary100100110011101100011011101100101010011010101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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