#49968D

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

Shades of Lochinvar #49968D

Tints of Lochinvar #49968D

Color information

#49968D (or 0x49968D) is unknown color: approx Lochinvar. HEX triplet: 49, 96 and 8D. RGB value is (73,150,141). Sum of RGB (Red+Green+Blue) = 73+150+141=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #49968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49968D is #B66972. Grayscale: #7D7D7D. Windows color (decimal): -11954547 or 9279049. OLE color: 9279049.

HSL color Cylindrical-coordinate representation of color #49968D: hue angle of 172.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49968D is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB73150141-
CMYK0.5100.060.41
HSL172.99º34.53%43.73%-
HSV(B)172.99º51.33%58.82%-
XYZ18.4625.1529.08-
YUV125.95136.4990.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=20.05%
G=41.21%
B=38.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501410.5100.060.41172.9934.5343.73
Hex49968D330629ad232c
Octal1112262156306512554354
Binary10010011001011010001101110011011010100110101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49968D; }

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

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

<style>
 a { background-color: #49968D; }

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

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

<style>
 span { border-color: #49968D; }

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

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