#489288

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

Shades of Lochinvar #489288

Tints of Lochinvar #489288

Color information

#489288 (or 0x489288) is unknown color: approx Lochinvar. HEX triplet: 48, 92 and 88. RGB value is (72,146,136). Sum of RGB (Red+Green+Blue) = 72+146+136=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #489288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489288 is #B76D77. Grayscale: #7A7A7A. Windows color (decimal): -12021112 or 8950344. OLE color: 8950344.

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

Color convert

RGB72146136-
CMYK0.5100.070.43
HSL171.89º33.94%42.75%-
HSV(B)171.89º50.68%57.25%-
XYZ17.423.7126.95-
YUV122.73135.4891.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=20.34%
G=41.24%
B=38.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461360.5100.070.43171.8933.9442.75
Hex48928833072Bac222b
Octal1102222106307532544253
Binary10010001001001010001000110011011110101110101100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489288; }

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

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

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

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

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

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

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

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