#489287

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

Shades of Lochinvar #489287

Tints of Lochinvar #489287

Color information

#489287 (or 0x489287) is unknown color: approx Lochinvar. HEX triplet: 48, 92 and 87. RGB value is (72,146,135). Sum of RGB (Red+Green+Blue) = 72+146+135=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #489287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489287 is #B76D78. Grayscale: #7A7A7A. Windows color (decimal): -12021113 or 8884808. OLE color: 8884808.

HSL color Cylindrical-coordinate representation of color #489287: hue angle of 171.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489287 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB72146135-
CMYK0.5100.080.43
HSL171.08º33.94%42.75%-
HSV(B)171.08º50.68%57.25%-
XYZ17.3223.6826.58-
YUV122.62134.9891.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=20.40%
G=41.36%
B=38.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461350.5100.080.43171.0833.9442.75
Hex48928733082Bab222b
Octal11022220763010532534253
Binary100100010010010100001111100110100010101110101011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489287; }

 p { color: rgb(72,146,135); }

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

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

 a { background-color: rgb(72,146,135); }

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

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

 span { border-color: rgb(72,146,135); }

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