#4F9D81

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

Shades of Lochinvar #4F9D81

Tints of Lochinvar #4F9D81

Color information

#4F9D81 (or 0x4F9D81) is unknown color: approx Lochinvar. HEX triplet: 4F, 9D and 81. RGB value is (79,157,129). Sum of RGB (Red+Green+Blue) = 79+157+129=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9D81 is #B0627E. Grayscale: #828282. Windows color (decimal): -11559551 or 8494415. OLE color: 8494415.

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

Color convert

RGB79157129-
CMYK0.5000.180.38
HSL158.46º33.05%46.27%-
HSV(B)158.46º49.68%61.57%-
XYZ19.2427.3625.04-
YUV130.49127.1691.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=21.64%
G=43.01%
B=35.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791571290.5000.180.38158.4633.0546.27
Hex4F9D8132012269e212e
Octal11723520162022462364156
Binary1001111100111011000000111001001001010011010011110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,157,129); }

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

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

 a { background-color: rgb(79,157,129); }

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

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

 span { border-color: rgb(79,157,129); }

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