#489686

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

Shades of Lochinvar #489686

Tints of Lochinvar #489686

Color information

#489686 (or 0x489686) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 86. RGB value is (72,150,134). Sum of RGB (Red+Green+Blue) = 72+150+134=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #489686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489686 is #B76979. Grayscale: #7C7C7C. Windows color (decimal): -12020090 or 8820296. OLE color: 8820296.

HSL color Cylindrical-coordinate representation of color #489686: hue angle of 167.69º 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 #489686 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB72150134-
CMYK0.5200.110.41
HSL167.69º35.14%43.53%-
HSV(B)167.69º52%58.82%-
XYZ17.8824.9126.42-
YUV124.85133.1690.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=20.22%
G=42.13%
B=37.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501340.5200.110.41167.6935.1443.53
Hex489686340B29a8232c
Octal11022620664013512504354
Binary100100010010110100001101101000101110100110101000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489686; }

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

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

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

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

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

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

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

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