#489489

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

Shades of Lochinvar #489489

Tints of Lochinvar #489489

Color information

#489489 (or 0x489489) is unknown color: approx Lochinvar. HEX triplet: 48, 94 and 89. RGB value is (72,148,137). Sum of RGB (Red+Green+Blue) = 72+148+137=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #489489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489489 is #B76B76. Grayscale: #7B7B7B. Windows color (decimal): -12020599 or 9016392. OLE color: 9016392.

HSL color Cylindrical-coordinate representation of color #489489: hue angle of 171.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489489 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB72148137-
CMYK0.5100.070.42
HSL171.32º34.55%43.14%-
HSV(B)171.32º51.35%58.04%-
XYZ17.7824.3627.43-
YUV124.02135.3290.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=20.17%
G=41.46%
B=38.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481370.5100.070.42171.3234.5543.14
Hex48948933072Aab232b
Octal1102242116307522534353
Binary10010001001010010001001110011011110101010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489489; }

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

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

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

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

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

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

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

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