#489289

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

Shades of Lochinvar #489289

Tints of Lochinvar #489289

Color information

#489289 (or 0x489289) is unknown color: approx Lochinvar. HEX triplet: 48, 92 and 89. RGB value is (72,146,137). Sum of RGB (Red+Green+Blue) = 72+146+137=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #489289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489289 is #B76D76. Grayscale: #7A7A7A. Windows color (decimal): -12021111 or 9015880. OLE color: 9015880.

HSL color Cylindrical-coordinate representation of color #489289: hue angle of 172.7º 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 #489289 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB72146137-
CMYK0.5100.060.43
HSL172.7º33.94%42.75%-
HSV(B)172.7º50.68%57.25%-
XYZ17.4723.7427.33-
YUV122.85135.9891.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=20.28%
G=41.13%
B=38.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461370.5100.060.43172.733.9442.75
Hex48928933062Bad222b
Octal1102222116306532554253
Binary10010001001001010001001110011011010101110101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489289; }

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

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

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

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

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

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

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

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