#499B8B

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

Shades of Lochinvar #499B8B

Tints of Lochinvar #499B8B

Color information

#499B8B (or 0x499B8B) is unknown color: approx Lochinvar. HEX triplet: 49, 9B and 8B. RGB value is (73,155,139). Sum of RGB (Red+Green+Blue) = 73+155+139=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #499B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B8B is #B66474. Grayscale: #808080. Windows color (decimal): -11953269 or 9149257. OLE color: 9149257.

HSL color Cylindrical-coordinate representation of color #499B8B: hue angle of 168.29º 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 #499B8B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB73155139-
CMYK0.5300.100.39
HSL168.29º35.96%44.71%-
HSV(B)168.29º52.9%60.78%-
XYZ19.1326.7228.58-
YUV128.66133.8388.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=19.89%
G=42.23%
B=37.87%

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
Decimal731551390.5300.100.39168.2935.9644.71
Hex499B8B350A27a8242d
Octal11123321365012472504455
Binary100100110011011100010111101010101010011110101000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,155,139); }

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

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

 a { background-color: rgb(73,155,139); }

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

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

 span { border-color: rgb(73,155,139); }

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