#4F9E84

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

Shades of Lochinvar #4F9E84

Tints of Lochinvar #4F9E84

Color information

#4F9E84 (or 0x4F9E84) is unknown color: approx Lochinvar. HEX triplet: 4F, 9E and 84. RGB value is (79,158,132). Sum of RGB (Red+Green+Blue) = 79+158+132=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9E84 is #B0617B. Grayscale: #838383. Windows color (decimal): -11559292 or 8691279. OLE color: 8691279.

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

Color convert

RGB79158132-
CMYK0.5000.160.38
HSL160.25º33.33%46.47%-
HSV(B)160.25º50%61.96%-
XYZ19.6227.7826.16-
YUV131.42128.3390.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=21.41%
G=42.82%
B=35.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791581320.5000.160.38160.2533.3346.47
Hex4F9E843201026a0212e
Octal11723620462020462404156
Binary1001111100111101000010011001001000010011010100000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,158,132); }

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

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

 a { background-color: rgb(79,158,132); }

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

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

 span { border-color: rgb(79,158,132); }

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