#499A8B

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

Shades of Lochinvar #499A8B

Tints of Lochinvar #499A8B

Color information

#499A8B (or 0x499A8B) is unknown color: approx Lochinvar. HEX triplet: 49, 9A and 8B. RGB value is (73,154,139). Sum of RGB (Red+Green+Blue) = 73+154+139=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #499A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A8B is #B66574. Grayscale: #808080. Windows color (decimal): -11953525 or 9149001. OLE color: 9149001.

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

Color convert

RGB73154139-
CMYK0.5300.100.40
HSL168.89º35.68%44.51%-
HSV(B)168.89º52.6%60.39%-
XYZ18.9626.3928.52-
YUV128.07134.1688.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=19.95%
G=42.08%
B=37.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731541390.5300.100.40168.8935.6844.51
Hex499A8B350A28a9242d
Octal11123221365012502514455
Binary100100110011010100010111101010101010100010101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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