#448c81

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

Shades of Lochinvar #448C81

Tints of Lochinvar #448C81

Color information

#448C81 (or 0x448C81) is unknown color: approx Lochinvar. HEX triplet: 44, 8C and 81. RGB value is (68,140,129). Sum of RGB (Red+Green+Blue) = 68+140+129=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #448C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448C81 is #BB737E. Grayscale: #757575. Windows color (decimal): -12284799 or 8490052. OLE color: 8490052.

HSL color Cylindrical-coordinate representation of color #448C81: hue angle of 170.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448C81 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB68140129-
CMYK0.5100.080.45
HSL170.83º34.62%40.78%-
HSV(B)170.83º51.43%54.9%-
XYZ15.7221.5724.1-
YUV117.22134.6592.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=20.18%
G=41.54%
B=38.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681401290.5100.080.45170.8334.6240.78
Hex448C8133082Dab2329
Octal10421420163010552534351
Binary100010010001100100000011100110100010110110101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448c81; }

 p { color: rgb(68,140,129); }

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

<style>
 a { background-color: #448c81; }

 a { background-color: rgb(68,140,129); }

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

<style>
 span { border-color: #448c81; }

 span { border-color: rgb(68,140,129); }

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