#449386

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

Shades of Lochinvar #449386

Tints of Lochinvar #449386

Color information

#449386 (or 0x449386) is unknown color: approx Lochinvar. HEX triplet: 44, 93 and 86. RGB value is (68,147,134). Sum of RGB (Red+Green+Blue) = 68+147+134=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #449386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449386 is #BB6C79. Grayscale: #797979. Windows color (decimal): -12283002 or 8819524. OLE color: 8819524.

HSL color Cylindrical-coordinate representation of color #449386: hue angle of 170.13º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449386 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB68147134-
CMYK0.5400.090.42
HSL170.13º36.74%42.16%-
HSV(B)170.13º53.74%57.65%-
XYZ17.1223.8226.25-
YUV121.9134.8389.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=19.48%
G=42.12%
B=38.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471340.5400.090.42170.1336.7442.16
Hex44938636092Aaa252a
Octal10422320666011522524552
Binary100010010010011100001101101100100110101010101010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449386; }

 p { color: rgb(68,147,134); }

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

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

 a { background-color: rgb(68,147,134); }

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

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

 span { border-color: rgb(68,147,134); }

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