#489B84

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

Shades of Lochinvar #489B84

Tints of Lochinvar #489B84

Color information

#489B84 (or 0x489B84) is unknown color: approx Lochinvar. HEX triplet: 48, 9B and 84. RGB value is (72,155,132). Sum of RGB (Red+Green+Blue) = 72+155+132=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #489B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489B84 is #B7647B. Grayscale: #7F7F7F. Windows color (decimal): -12018812 or 8690504. OLE color: 8690504.

HSL color Cylindrical-coordinate representation of color #489B84: hue angle of 163.37º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B84 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB72155132-
CMYK0.5400.150.39
HSL163.37º36.56%44.51%-
HSV(B)163.37º53.55%60.78%-
XYZ18.5626.4925.96-
YUV127.56130.588.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=20.06%
G=43.18%
B=36.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551320.5400.150.39163.3736.5644.51
Hex489B84360F27a3252d
Octal11023320466017472434555
Binary100100010011011100001001101100111110011110100011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B84; }

 p { color: rgb(72,155,132); }

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

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

 a { background-color: rgb(72,155,132); }

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

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

 span { border-color: rgb(72,155,132); }

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