#488D89

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

Shades of Lochinvar #488D89

Tints of Lochinvar #488D89

Color information

#488D89 (or 0x488D89) is unknown color: approx Lochinvar. HEX triplet: 48, 8D and 89. RGB value is (72,141,137). Sum of RGB (Red+Green+Blue) = 72+141+137=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #488D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D89 is #B77276. Grayscale: #777777. Windows color (decimal): -12022391 or 9014600. OLE color: 9014600.

HSL color Cylindrical-coordinate representation of color #488D89: hue angle of 176.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D89 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB72141137-
CMYK0.4900.030.45
HSL176.52º32.39%41.76%-
HSV(B)176.52º48.94%55.29%-
XYZ16.7122.2327.08-
YUV119.91137.6493.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=20.57%
G=40.29%
B=39.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721411370.4900.030.45176.5232.3941.76
Hex488D8931032Db1202a
Octal1102152116103552614052
Binary1001000100011011000100111000101110110110110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D89; }

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

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

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

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

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

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

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

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