#449284

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

Shades of Lochinvar #449284

Tints of Lochinvar #449284

Color information

#449284 (or 0x449284) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 84. RGB value is (68,146,132). Sum of RGB (Red+Green+Blue) = 68+146+132=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #449284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449284 is #BB6D7B. Grayscale: #797979. Windows color (decimal): -12283260 or 8688196. OLE color: 8688196.

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

Color convert

RGB68146132-
CMYK0.5300.100.43
HSL169.23º36.45%41.96%-
HSV(B)169.23º53.42%57.25%-
XYZ16.8323.4525.47-
YUV121.08134.1690.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=19.65%
G=42.20%
B=38.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461320.5300.100.43169.2336.4541.96
Hex449284350A2Ba9242a
Octal10422220465012532514452
Binary100010010010010100001001101010101010101110101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449284; }

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

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

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

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

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

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

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

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