#44877E

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

Shades of Lochinvar #44877E

Tints of Lochinvar #44877E

Color information

#44877E (or 0x44877E) is unknown color: approx Lochinvar. HEX triplet: 44, 87 and 7E. RGB value is (68,135,126). Sum of RGB (Red+Green+Blue) = 68+135+126=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #44877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44877E is #BB7881. Grayscale: #717171. Windows color (decimal): -12286082 or 8292164. OLE color: 8292164.

HSL color Cylindrical-coordinate representation of color #44877E: hue angle of 171.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44877E is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB68135126-
CMYK0.5000.070.47
HSL171.94º33%39.8%-
HSV(B)171.94º49.63%52.94%-
XYZ14.8120.0622.83-
YUV113.94134.895.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=20.67%
G=41.03%
B=38.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351260.5000.070.47171.943339.8
Hex44877E32072Fac2128
Octal1042071766207572544150
Binary1000100100001111111110110010011110111110101100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44877E; }

 p { color: rgb(68,135,126); }

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

<style>
 a { background-color: #44877E; }

 a { background-color: rgb(68,135,126); }

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

<style>
 span { border-color: #44877E; }

 span { border-color: rgb(68,135,126); }

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