#4F9489

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

Shades of Lochinvar #4F9489

Tints of Lochinvar #4F9489

Color information

#4F9489 (or 0x4F9489) is unknown color: approx Lochinvar. HEX triplet: 4F, 94 and 89. RGB value is (79,148,137). Sum of RGB (Red+Green+Blue) = 79+148+137=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9489 is #B06B76. Grayscale: #7E7E7E. Windows color (decimal): -11561847 or 9016399. OLE color: 9016399.

HSL color Cylindrical-coordinate representation of color #4F9489: hue angle of 170.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9489 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB79148137-
CMYK0.4700.070.42
HSL170.43º30.4%44.51%-
HSV(B)170.43º46.62%58.04%-
XYZ18.3324.6527.46-
YUV126.11134.1494.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=21.70%
G=40.66%
B=37.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481370.4700.070.42170.4330.444.51
Hex4F94892F072Aaa1e2d
Octal1172242115707522523655
Binary1001111100101001000100110111101111010101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F9489; }

 p { color: rgb(79,148,137); }

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

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

 a { background-color: rgb(79,148,137); }

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

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

 span { border-color: rgb(79,148,137); }

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