#489981

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

Shades of Lochinvar #489981

Tints of Lochinvar #489981

Color information

#489981 (or 0x489981) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 81. RGB value is (72,153,129). Sum of RGB (Red+Green+Blue) = 72+153+129=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #489981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489981 is #B7667E. Grayscale: #7E7E7E. Windows color (decimal): -12019327 or 8493384. OLE color: 8493384.

HSL color Cylindrical-coordinate representation of color #489981: hue angle of 162.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489981 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB72153129-
CMYK0.5300.160.4
HSL162.22º36%44.12%-
HSV(B)162.22º52.94%60%-
XYZ18.0325.7524.79-
YUV126.04129.6689.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 129 (50.78% from 255) = 36.44%
R=20.34%
G=43.22%
B=36.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531290.5300.160.4162.223644.12
Hex4899813501028a2242c
Octal11023120165020502424454
Binary1001000100110011000000111010101000010100010100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489981; }

 p { color: rgb(72,153,129); }

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

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

 a { background-color: rgb(72,153,129); }

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

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

 span { border-color: rgb(72,153,129); }

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