#4F9F8B

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

Shades of Lochinvar #4F9F8B

Tints of Lochinvar #4F9F8B

Color information

#4F9F8B (or 0x4F9F8B) is unknown color: approx Lochinvar. HEX triplet: 4F, 9F and 8B. RGB value is (79,159,139). Sum of RGB (Red+Green+Blue) = 79+159+139=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F8B is #B06074. Grayscale: #848484. Windows color (decimal): -11559029 or 9150287. OLE color: 9150287.

HSL color Cylindrical-coordinate representation of color #4F9F8B: hue angle of 165º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F8B is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB79159139-
CMYK0.5000.130.38
HSL165º33.61%46.67%-
HSV(B)165º50.31%62.35%-
XYZ20.2828.3228.82-
YUV132.8131.589.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=20.95%
G=42.18%
B=36.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791591390.5000.130.3816533.6146.67
Hex4F9F8B320D26a5222f
Octal11723721362015462454257
Binary100111110011111100010111100100110110011010100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,139); }

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

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

 a { background-color: rgb(79,159,139); }

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

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

 span { border-color: rgb(79,159,139); }

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