#44968A

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

Shades of Lochinvar #44968A

Tints of Lochinvar #44968A

Color information

#44968A (or 0x44968A) is unknown color: approx Lochinvar. HEX triplet: 44, 96 and 8A. RGB value is (68,150,138). Sum of RGB (Red+Green+Blue) = 68+150+138=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #44968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44968A is #BB6975. Grayscale: #7C7C7C. Windows color (decimal): -12282230 or 9082436. OLE color: 9082436.

HSL color Cylindrical-coordinate representation of color #44968A: hue angle of 171.22º 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 #44968A is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB68150138-
CMYK0.5500.080.41
HSL171.22º37.61%42.75%-
HSV(B)171.22º54.67%58.82%-
XYZ17.8824.8827.9-
YUV124.11135.8387.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=19.10%
G=42.13%
B=38.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501380.5500.080.41171.2237.6142.75
Hex44968A370829ab262b
Octal10422621267010512534653
Binary100010010010110100010101101110100010100110101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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