#44968D

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

Shades of Lochinvar #44968D

Tints of Lochinvar #44968D

Color information

#44968D (or 0x44968D) is unknown color: approx Lochinvar. HEX triplet: 44, 96 and 8D. RGB value is (68,150,141). Sum of RGB (Red+Green+Blue) = 68+150+141=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #44968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44968D is #BB6972. Grayscale: #7C7C7C. Windows color (decimal): -12282227 or 9279044. OLE color: 9279044.

HSL color Cylindrical-coordinate representation of color #44968D: hue angle of 173.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44968D is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB68150141-
CMYK0.5500.060.41
HSL173.41º37.61%42.75%-
HSV(B)173.41º54.67%58.82%-
XYZ18.124.9629.06-
YUV124.46137.3387.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=18.94%
G=41.78%
B=39.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501410.5500.060.41173.4137.6142.75
Hex44968D370629ad262b
Octal1042262156706512554653
Binary10001001001011010001101110111011010100110101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44968D; }

 p { color: rgb(68,150,141); }

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

<style>
 a { background-color: #44968D; }

 a { background-color: rgb(68,150,141); }

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

<style>
 span { border-color: #44968D; }

 span { border-color: rgb(68,150,141); }

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