#44928B

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

Shades of Lochinvar #44928B

Tints of Lochinvar #44928B

Color information

#44928B (or 0x44928B) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 8B. RGB value is (68,146,139). Sum of RGB (Red+Green+Blue) = 68+146+139=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #44928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44928B is #BB6D74. Grayscale: #797979. Windows color (decimal): -12283253 or 9146948. OLE color: 9146948.

HSL color Cylindrical-coordinate representation of color #44928B: hue angle of 174.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44928B is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB68146139-
CMYK0.5300.050.43
HSL174.62º36.45%41.96%-
HSV(B)174.62º53.42%57.25%-
XYZ17.3223.6528.08-
YUV121.88137.6689.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=19.26%
G=41.36%
B=39.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461390.5300.050.43174.6236.4541.96
Hex44928B35052Baf242a
Octal1042222136505532574452
Binary10001001001001010001011110101010110101110101111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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