#489089

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

Shades of Lochinvar #489089

Tints of Lochinvar #489089

Color information

#489089 (or 0x489089) is unknown color: approx Lochinvar. HEX triplet: 48, 90 and 89. RGB value is (72,144,137). Sum of RGB (Red+Green+Blue) = 72+144+137=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #489089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489089 is #B76F76. Grayscale: #797979. Windows color (decimal): -12021623 or 9015368. OLE color: 9015368.

HSL color Cylindrical-coordinate representation of color #489089: hue angle of 174.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489089 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB72144137-
CMYK0.5000.050.44
HSL174.17º33.33%42.35%-
HSV(B)174.17º50%56.47%-
XYZ17.1623.1327.23-
YUV121.67136.6592.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=20.40%
G=40.79%
B=38.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441370.5000.050.44174.1733.3342.35
Hex48908932052Cae212a
Octal1102202116205542564152
Binary10010001001000010001001110010010110110010101110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489089; }

 p { color: rgb(72,144,137); }

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

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

 a { background-color: rgb(72,144,137); }

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

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

 span { border-color: rgb(72,144,137); }

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