#489B88

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

Shades of Lochinvar #489B88

Tints of Lochinvar #489B88

Color information

#489B88 (or 0x489B88) is unknown color: approx Lochinvar. HEX triplet: 48, 9B and 88. RGB value is (72,155,136). Sum of RGB (Red+Green+Blue) = 72+155+136=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #489B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489B88 is #B76477. Grayscale: #808080. Windows color (decimal): -12018808 or 8952648. OLE color: 8952648.

HSL color Cylindrical-coordinate representation of color #489B88: hue angle of 166.27º 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 #489B88 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB72155136-
CMYK0.5400.120.39
HSL166.27º36.56%44.51%-
HSV(B)166.27º53.55%60.78%-
XYZ18.8426.627.43-
YUV128.02132.588.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=19.83%
G=42.70%
B=37.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551360.5400.120.39166.2736.5644.51
Hex489B88360C27a6252d
Octal11023321066014472464555
Binary100100010011011100010001101100110010011110100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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