#449587

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

Shades of Lochinvar #449587

Tints of Lochinvar #449587

Color information

#449587 (or 0x449587) is unknown color: approx Lochinvar. HEX triplet: 44, 95 and 87. RGB value is (68,149,135). Sum of RGB (Red+Green+Blue) = 68+149+135=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #449587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449587 is #BB6A78. Grayscale: #7B7B7B. Windows color (decimal): -12282489 or 8885572. OLE color: 8885572.

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

Color convert

RGB68149135-
CMYK0.5400.090.42
HSL169.63º37.33%42.55%-
HSV(B)169.63º54.36%58.43%-
XYZ17.524.4726.72-
YUV123.18134.6688.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=19.32%
G=42.33%
B=38.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681491350.5400.090.42169.6337.3342.55
Hex44958736092Aaa252b
Octal10422520766011522524553
Binary100010010010101100001111101100100110101010101010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449587; }

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

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

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

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

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

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

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

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