#489989

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

Shades of Lochinvar #489989

Tints of Lochinvar #489989

Color information

#489989 (or 0x489989) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 89. RGB value is (72,153,137). Sum of RGB (Red+Green+Blue) = 72+153+137=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #489989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489989 is #B76676. Grayscale: #7E7E7E. Windows color (decimal): -12019319 or 9017672. OLE color: 9017672.

HSL color Cylindrical-coordinate representation of color #489989: hue angle of 168.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489989 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB72153137-
CMYK0.5300.100.4
HSL168.15º36%44.12%-
HSV(B)168.15º52.94%60%-
XYZ18.5825.9727.7-
YUV126.96133.6688.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=19.89%
G=42.27%
B=37.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531370.5300.100.4168.153644.12
Hex489989350A28a8242c
Octal11023121165012502504454
Binary100100010011001100010011101010101010100010101000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489989; }

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

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

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

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

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

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

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

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