#489D88

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

Shades of Lochinvar #489D88

Tints of Lochinvar #489D88

Color information

#489D88 (or 0x489D88) is unknown color: approx Lochinvar. HEX triplet: 48, 9D and 88. RGB value is (72,157,136). Sum of RGB (Red+Green+Blue) = 72+157+136=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #489D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D88 is #B76277. Grayscale: #818181. Windows color (decimal): -12018296 or 8953160. OLE color: 8953160.

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

Color convert

RGB72157136-
CMYK0.5400.130.38
HSL165.18º37.12%44.9%-
HSV(B)165.18º54.14%61.57%-
XYZ19.1727.2727.55-
YUV129.19131.8487.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=19.73%
G=43.01%
B=37.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571360.5400.130.38165.1837.1244.9
Hex489D88360D26a5252d
Octal11023521066015462454555
Binary100100010011101100010001101100110110011010100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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