#449286

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

Shades of Lochinvar #449286

Tints of Lochinvar #449286

Color information

#449286 (or 0x449286) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 86. RGB value is (68,146,134). Sum of RGB (Red+Green+Blue) = 68+146+134=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #449286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449286 is #BB6D79. Grayscale: #797979. Windows color (decimal): -12283258 or 8819268. OLE color: 8819268.

HSL color Cylindrical-coordinate representation of color #449286: hue angle of 170.77º 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 #449286 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB68146134-
CMYK0.5300.080.43
HSL170.77º36.45%41.96%-
HSV(B)170.77º53.42%57.25%-
XYZ16.9723.5126.2-
YUV121.31135.1689.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=19.54%
G=41.95%
B=38.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461340.5300.080.43170.7736.4541.96
Hex44928635082Bab242a
Octal10422220665010532534452
Binary100010010010010100001101101010100010101110101011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449286; }

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

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

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

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

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

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

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

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