#489786

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

Shades of Lochinvar #489786

Tints of Lochinvar #489786

Color information

#489786 (or 0x489786) is unknown color: approx Lochinvar. HEX triplet: 48, 97 and 86. RGB value is (72,151,134). Sum of RGB (Red+Green+Blue) = 72+151+134=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #489786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489786 is #B76879. Grayscale: #7D7D7D. Windows color (decimal): -12019834 or 8820552. OLE color: 8820552.

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

Color convert

RGB72151134-
CMYK0.5200.110.41
HSL167.09º35.43%43.73%-
HSV(B)167.09º52.32%59.22%-
XYZ18.0425.2326.47-
YUV125.44132.8389.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=20.17%
G=42.30%
B=37.54%

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
Decimal721511340.5200.110.41167.0935.4343.73
Hex489786340B29a7232c
Octal11022720664013512474354
Binary100100010010111100001101101000101110100110100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489786; }

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

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

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

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

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

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

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

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