#489E92

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

Shades of Lochinvar #489E92

Tints of Lochinvar #489E92

Color information

#489E92 (or 0x489E92) is unknown color: approx Lochinvar. HEX triplet: 48, 9E and 92. RGB value is (72,158,146). Sum of RGB (Red+Green+Blue) = 72+158+146=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #489E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E92 is #B7616D. Grayscale: #828282. Windows color (decimal): -12018030 or 9608776. OLE color: 9608776.

HSL color Cylindrical-coordinate representation of color #489E92: hue angle of 171.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489E92 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB72158146-
CMYK0.5400.080.38
HSL171.63º37.39%45.1%-
HSV(B)171.63º54.43%61.96%-
XYZ20.0927.9131.52-
YUV130.92136.5185.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=19.15%
G=42.02%
B=38.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721581460.5400.080.38171.6337.3945.1
Hex489E92360826ac252d
Octal11023622266010462544555
Binary100100010011110100100101101100100010011010101100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489E92; }

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

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

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

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

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

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

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

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