#49988F

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

Shades of Lochinvar #49988F

Tints of Lochinvar #49988F

Color information

#49988F (or 0x49988F) is unknown color: approx Lochinvar. HEX triplet: 49, 98 and 8F. RGB value is (73,152,143). Sum of RGB (Red+Green+Blue) = 73+152+143=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #49988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49988F is #B66770. Grayscale: #7F7F7F. Windows color (decimal): -11954033 or 9410633. OLE color: 9410633.

HSL color Cylindrical-coordinate representation of color #49988F: hue angle of 173.16º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49988F is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB73152143-
CMYK0.5200.060.40
HSL173.16º35.11%44.12%-
HSV(B)173.16º51.97%59.61%-
XYZ18.9325.8629.98-
YUV127.35136.8389.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=19.84%
G=41.30%
B=38.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521430.5200.060.40173.1635.1144.12
Hex49988F340628ad232c
Octal1112302176406502554354
Binary10010011001100010001111110100011010100010101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49988F; }

 p { color: rgb(73,152,143); }

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

<style>
 a { background-color: #49988F; }

 a { background-color: rgb(73,152,143); }

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

<style>
 span { border-color: #49988F; }

 span { border-color: rgb(73,152,143); }

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