#499A88

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

Shades of Lochinvar #499A88

Tints of Lochinvar #499A88

Color information

#499A88 (or 0x499A88) is unknown color: approx Lochinvar. HEX triplet: 49, 9A and 88. RGB value is (73,154,136). Sum of RGB (Red+Green+Blue) = 73+154+136=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #499A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A88 is #B66577. Grayscale: #7F7F7F. Windows color (decimal): -11953528 or 8952393. OLE color: 8952393.

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

Color convert

RGB73154136-
CMYK0.5300.120.40
HSL166.67º35.68%44.51%-
HSV(B)166.67º52.6%60.39%-
XYZ18.7526.3127.38-
YUV127.73132.6688.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=20.11%
G=42.42%
B=37.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731541360.5300.120.40166.6735.6844.51
Hex499A88350C28a7242d
Octal11123221065014502474455
Binary100100110011010100010001101010110010100010100111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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