#449287

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

Shades of Lochinvar #449287

Tints of Lochinvar #449287

Color information

#449287 (or 0x449287) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 87. RGB value is (68,146,135). Sum of RGB (Red+Green+Blue) = 68+146+135=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #449287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449287 is #BB6D78. Grayscale: #797979. Windows color (decimal): -12283257 or 8884804. OLE color: 8884804.

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

Color convert

RGB68146135-
CMYK0.5300.080.43
HSL171.54º36.45%41.96%-
HSV(B)171.54º53.42%57.25%-
XYZ17.0423.5426.57-
YUV121.42135.6689.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=19.48%
G=41.83%
B=38.68%

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
Decimal681461350.5300.080.43171.5436.4541.96
Hex44928735082Bac242a
Octal10422220765010532544452
Binary100010010010010100001111101010100010101110101100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449287; }

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

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

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

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

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

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

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

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