#489586

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

Shades of Lochinvar #489586

Tints of Lochinvar #489586

Color information

#489586 (or 0x489586) is unknown color: approx Lochinvar. HEX triplet: 48, 95 and 86. RGB value is (72,149,134). Sum of RGB (Red+Green+Blue) = 72+149+134=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #489586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489586 is #B76A79. Grayscale: #7C7C7C. Windows color (decimal): -12020346 or 8820040. OLE color: 8820040.

HSL color Cylindrical-coordinate representation of color #489586: hue angle of 168.31º 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 #489586 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB72149134-
CMYK0.5200.100.42
HSL168.31º34.84%43.33%-
HSV(B)168.31º51.68%58.43%-
XYZ17.7224.5926.37-
YUV124.27133.4990.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=20.28%
G=41.97%
B=37.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721491340.5200.100.42168.3134.8443.33
Hex489586340A2Aa8232b
Octal11022520664012522504353
Binary100100010010101100001101101000101010101010101000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489586; }

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

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

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

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

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

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

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

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