#4F9E88

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

Shades of Lochinvar #4F9E88

Tints of Lochinvar #4F9E88

Color information

#4F9E88 (or 0x4F9E88) is unknown color: approx Lochinvar. HEX triplet: 4F, 9E and 88. RGB value is (79,158,136). Sum of RGB (Red+Green+Blue) = 79+158+136=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9E88 is #B06177. Grayscale: #838383. Windows color (decimal): -11559288 or 8953423. OLE color: 8953423.

HSL color Cylindrical-coordinate representation of color #4F9E88: hue angle of 163.29º 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 #4F9E88 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB79158136-
CMYK0.5000.140.38
HSL163.29º33.33%46.47%-
HSV(B)163.29º50%61.96%-
XYZ19.927.8927.63-
YUV131.87130.3390.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.18%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=21.18%
G=42.36%
B=36.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791581360.5000.140.38163.2933.3346.47
Hex4F9E88320E26a3212e
Octal11723621062016462434156
Binary100111110011110100010001100100111010011010100011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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