#44988B

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

Shades of Lochinvar #44988B

Tints of Lochinvar #44988B

Color information

#44988B (or 0x44988B) is unknown color: approx Lochinvar. HEX triplet: 44, 98 and 8B. RGB value is (68,152,139). Sum of RGB (Red+Green+Blue) = 68+152+139=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #44988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44988B is #BB6774. Grayscale: #7D7D7D. Windows color (decimal): -12281717 or 9148484. OLE color: 9148484.

HSL color Cylindrical-coordinate representation of color #44988B: hue angle of 170.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44988B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB68152139-
CMYK0.5500.090.40
HSL170.71º38.18%43.14%-
HSV(B)170.71º55.26%59.61%-
XYZ18.2725.5528.39-
YUV125.4135.6787.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=18.94%
G=42.34%
B=38.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521390.5500.090.40170.7138.1843.14
Hex44988B370928ab262b
Octal10423021367011502534653
Binary100010010011000100010111101110100110100010101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,152,139); }

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

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

 a { background-color: rgb(68,152,139); }

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

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

 span { border-color: rgb(68,152,139); }

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