#449381

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

Shades of Lochinvar #449381

Tints of Lochinvar #449381

Color information

#449381 (or 0x449381) is unknown color: approx Lochinvar. HEX triplet: 44, 93 and 81. RGB value is (68,147,129). Sum of RGB (Red+Green+Blue) = 68+147+129=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #449381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449381 is #BB6C7E. Grayscale: #797979. Windows color (decimal): -12283007 or 8491844. OLE color: 8491844.

HSL color Cylindrical-coordinate representation of color #449381: hue angle of 166.33º 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 #449381 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB68147129-
CMYK0.5400.120.42
HSL166.33º36.74%42.16%-
HSV(B)166.33º53.74%57.65%-
XYZ16.7823.6824.46-
YUV121.33132.3389.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=19.77%
G=42.73%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471290.5400.120.42166.3336.7442.16
Hex449381360C2Aa6252a
Octal10422320166014522464552
Binary100010010010011100000011101100110010101010100110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449381; }

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

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

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

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

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

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

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

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