#44867E

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

Shades of Lochinvar #44867E

Tints of Lochinvar #44867E

Color information

#44867E (or 0x44867E) is unknown color: approx Lochinvar. HEX triplet: 44, 86 and 7E. RGB value is (68,134,126). Sum of RGB (Red+Green+Blue) = 68+134+126=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #44867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44867E is #BB7981. Grayscale: #717171. Windows color (decimal): -12286338 or 8291908. OLE color: 8291908.

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

Color convert

RGB68134126-
CMYK0.4900.060.47
HSL172.73º32.67%39.61%-
HSV(B)172.73º49.25%52.55%-
XYZ14.6719.7922.78-
YUV113.35135.1395.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=20.73%
G=40.85%
B=38.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341260.4900.060.47172.7332.6739.61
Hex44867E31062Fad2128
Octal1042061766106572554150
Binary1000100100001101111110110001011010111110101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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