#449380

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

Shades of Lochinvar #449380

Tints of Lochinvar #449380

Color information

#449380 (or 0x449380) is unknown color: approx Lochinvar. HEX triplet: 44, 93 and 80. RGB value is (68,147,128). Sum of RGB (Red+Green+Blue) = 68+147+128=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #449380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449380 is #BB6C7F. Grayscale: #797979. Windows color (decimal): -12283008 or 8426308. OLE color: 8426308.

HSL color Cylindrical-coordinate representation of color #449380: hue angle of 165.57º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449380 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB68147128-
CMYK0.5400.130.42
HSL165.57º36.74%42.16%-
HSV(B)165.57º53.74%57.65%-
XYZ16.7123.6524.11-
YUV121.21131.8390.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=19.83%
G=42.86%
B=37.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471280.5400.130.42165.5736.7442.16
Hex449380360D2Aa6252a
Octal10422320066015522464552
Binary100010010010011100000001101100110110101010100110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449380; }

 p { color: rgb(68,147,128); }

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

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

 a { background-color: rgb(68,147,128); }

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

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

 span { border-color: rgb(68,147,128); }

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