#489188

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

Shades of Lochinvar #489188

Tints of Lochinvar #489188

Color information

#489188 (or 0x489188) is unknown color: approx Lochinvar. HEX triplet: 48, 91 and 88. RGB value is (72,145,136). Sum of RGB (Red+Green+Blue) = 72+145+136=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #489188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489188 is #B76E77. Grayscale: #7A7A7A. Windows color (decimal): -12021368 or 8950088. OLE color: 8950088.

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

Color convert

RGB72145136-
CMYK0.5000.060.43
HSL172.6º33.64%42.55%-
HSV(B)172.6º50.34%56.86%-
XYZ17.2423.4126.9-
YUV122.15135.8292.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=20.40%
G=41.08%
B=38.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451360.5000.060.43172.633.6442.55
Hex48918832062Bad222b
Octal1102212106206532554253
Binary10010001001000110001000110010011010101110101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489188; }

 p { color: rgb(72,145,136); }

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

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

 a { background-color: rgb(72,145,136); }

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

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

 span { border-color: rgb(72,145,136); }

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