#489587

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

Shades of Lochinvar #489587

Tints of Lochinvar #489587

Color information

#489587 (or 0x489587) is unknown color: approx Lochinvar. HEX triplet: 48, 95 and 87. RGB value is (72,149,135). Sum of RGB (Red+Green+Blue) = 72+149+135=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #489587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489587 is #B76A78. Grayscale: #7C7C7C. Windows color (decimal): -12020345 or 8885576. OLE color: 8885576.

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

Color convert

RGB72149135-
CMYK0.5200.090.42
HSL169.09º34.84%43.33%-
HSV(B)169.09º51.68%58.43%-
XYZ17.7924.6226.74-
YUV124.38133.9990.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=20.22%
G=41.85%
B=37.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721491350.5200.090.42169.0934.8443.33
Hex48958734092Aa9232b
Octal11022520764011522514353
Binary100100010010101100001111101000100110101010101001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489587; }

 p { color: rgb(72,149,135); }

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

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

 a { background-color: rgb(72,149,135); }

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

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

 span { border-color: rgb(72,149,135); }

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