#489687

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

Shades of Lochinvar #489687

Tints of Lochinvar #489687

Color information

#489687 (or 0x489687) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 87. RGB value is (72,150,135). Sum of RGB (Red+Green+Blue) = 72+150+135=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #489687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489687 is #B76978. Grayscale: #7C7C7C. Windows color (decimal): -12020089 or 8885832. OLE color: 8885832.

HSL color Cylindrical-coordinate representation of color #489687: hue angle of 168.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489687 is Cyan = 0.52, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB72150135-
CMYK0.5200.10.41
HSL168.46º35.14%43.53%-
HSV(B)168.46º52%58.82%-
XYZ17.9524.9426.79-
YUV124.97133.6690.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=20.17%
G=42.02%
B=37.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501350.5200.10.41168.4635.1443.53
Hex489687340A29a8232c
Octal11022620764012512504354
Binary100100010010110100001111101000101010100110101000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489687; }

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

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

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

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

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

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

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

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