#4F987E

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

Shades of Lochinvar #4F987E

Tints of Lochinvar #4F987E

Color information

#4F987E (or 0x4F987E) is unknown color: approx Lochinvar. HEX triplet: 4F, 98 and 7E. RGB value is (79,152,126). Sum of RGB (Red+Green+Blue) = 79+152+126=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #4F987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F987E is #B06781. Grayscale: #7F7F7F. Windows color (decimal): -11560834 or 8296527. OLE color: 8296527.

HSL color Cylindrical-coordinate representation of color #4F987E: hue angle of 158.63º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F987E is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB79152126-
CMYK0.4800.170.40
HSL158.63º31.6%45.29%-
HSV(B)158.63º48.03%59.61%-
XYZ18.2225.6323.72-
YUV127.21127.3293.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=22.13%
G=42.58%
B=35.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791521260.4800.170.40158.6331.645.29
Hex4F987E30011289f202d
Octal11723017660021502374055
Binary100111110011000111111011000001000110100010011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,152,126); }

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

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

 a { background-color: rgb(79,152,126); }

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

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

 span { border-color: rgb(79,152,126); }

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