#44877B

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

Shades of Lochinvar #44877B

Tints of Lochinvar #44877B

Color information

#44877B (or 0x44877B) is unknown color: approx Lochinvar. HEX triplet: 44, 87 and 7B. RGB value is (68,135,123). Sum of RGB (Red+Green+Blue) = 68+135+123=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #44877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44877B is #BB7884. Grayscale: #717171. Windows color (decimal): -12286085 or 8095556. OLE color: 8095556.

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

Color convert

RGB68135123-
CMYK0.5000.090.47
HSL169.25º33%39.8%-
HSV(B)169.25º49.63%52.94%-
XYZ14.6219.9921.83-
YUV113.6133.395.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=20.86%
G=41.41%
B=37.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351230.5000.090.47169.253339.8
Hex44877B32092Fa92128
Octal10420717362011572514150
Binary10001001000011111110111100100100110111110101001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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