#449285

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

Shades of Lochinvar #449285

Tints of Lochinvar #449285

Color information

#449285 (or 0x449285) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 85. RGB value is (68,146,133). Sum of RGB (Red+Green+Blue) = 68+146+133=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #449285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449285 is #BB6D7A. Grayscale: #797979. Windows color (decimal): -12283259 or 8753732. OLE color: 8753732.

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

Color convert

RGB68146133-
CMYK0.5300.090.43
HSL170º36.45%41.96%-
HSV(B)170º53.42%57.25%-
XYZ16.923.4825.83-
YUV121.2134.6690.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=19.60%
G=42.07%
B=38.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461330.5300.090.4317036.4541.96
Hex44928535092Baa242a
Octal10422220565011532524452
Binary100010010010010100001011101010100110101110101010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449285; }

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

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

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

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

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

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

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

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