#489688

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

Shades of Lochinvar #489688

Tints of Lochinvar #489688

Color information

#489688 (or 0x489688) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 88. RGB value is (72,150,136). Sum of RGB (Red+Green+Blue) = 72+150+136=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #489688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489688 is #B76977. Grayscale: #7D7D7D. Windows color (decimal): -12020088 or 8951368. OLE color: 8951368.

HSL color Cylindrical-coordinate representation of color #489688: hue angle of 169.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489688 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB72150136-
CMYK0.5200.090.41
HSL169.23º35.14%43.53%-
HSV(B)169.23º52%58.82%-
XYZ18.0224.9727.16-
YUV125.08134.1690.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=20.11%
G=41.90%
B=37.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501360.5200.090.41169.2335.1443.53
Hex489688340929a9232c
Octal11022621064011512514354
Binary100100010010110100010001101000100110100110101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489688; }

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

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

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

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

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

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

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

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