#44877C

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

Shades of Lochinvar #44877C

Tints of Lochinvar #44877C

Color information

#44877C (or 0x44877C) is unknown color: approx Lochinvar. HEX triplet: 44, 87 and 7C. RGB value is (68,135,124). Sum of RGB (Red+Green+Blue) = 68+135+124=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #44877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44877C is #BB7883. Grayscale: #717171. Windows color (decimal): -12286084 or 8161092. OLE color: 8161092.

HSL color Cylindrical-coordinate representation of color #44877C: hue angle of 170.15º 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 #44877C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB68135124-
CMYK0.5000.080.47
HSL170.15º33%39.8%-
HSV(B)170.15º49.63%52.94%-
XYZ14.6920.0122.16-
YUV113.71133.895.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=20.80%
G=41.28%
B=37.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351240.5000.080.47170.153339.8
Hex44877C32082Faa2128
Octal10420717462010572524150
Binary10001001000011111111001100100100010111110101010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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