#489689

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

Shades of Lochinvar #489689

Tints of Lochinvar #489689

Color information

#489689 (or 0x489689) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 89. RGB value is (72,150,137). Sum of RGB (Red+Green+Blue) = 72+150+137=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #489689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489689 is #B76976. Grayscale: #7D7D7D. Windows color (decimal): -12020087 or 9016904. OLE color: 9016904.

HSL color Cylindrical-coordinate representation of color #489689: hue angle of 170º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489689 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB72150137-
CMYK0.5200.090.41
HSL170º35.14%43.53%-
HSV(B)170º52%58.82%-
XYZ18.092527.54-
YUV125.2134.6690.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=20.06%
G=41.78%
B=38.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501370.5200.090.4117035.1443.53
Hex489689340929aa232c
Octal11022621164011512524354
Binary100100010010110100010011101000100110100110101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489689; }

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

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

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

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

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

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

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

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