#449288

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

Shades of Lochinvar #449288

Tints of Lochinvar #449288

Color information

#449288 (or 0x449288) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 88. RGB value is (68,146,136). Sum of RGB (Red+Green+Blue) = 68+146+136=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #449288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449288 is #BB6D77. Grayscale: #797979. Windows color (decimal): -12283256 or 8950340. OLE color: 8950340.

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

Color convert

RGB68146136-
CMYK0.5300.070.43
HSL172.31º36.45%41.96%-
HSV(B)172.31º53.42%57.25%-
XYZ17.1123.5626.94-
YUV121.54136.1689.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=19.43%
G=41.71%
B=38.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461360.5300.070.43172.3136.4541.96
Hex44928835072Bac242a
Octal1042222106507532544452
Binary10001001001001010001000110101011110101110101100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449288; }

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

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

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

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

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

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

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

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