#4F9C8D

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

Shades of Lochinvar #4F9C8D

Tints of Lochinvar #4F9C8D

Color information

#4F9C8D (or 0x4F9C8D) is unknown color: approx Lochinvar. HEX triplet: 4F, 9C and 8D. RGB value is (79,156,141). Sum of RGB (Red+Green+Blue) = 79+156+141=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9C8D is #B06372. Grayscale: #838383. Windows color (decimal): -11559795 or 9280591. OLE color: 9280591.

HSL color Cylindrical-coordinate representation of color #4F9C8D: hue angle of 168.31º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9C8D is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB79156141-
CMYK0.4900.100.39
HSL168.31º32.77%46.08%-
HSV(B)168.31º49.36%61.18%-
XYZ19.9227.3629.43-
YUV131.27133.4990.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=21.01%
G=41.49%
B=37.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791561410.4900.100.39168.3132.7746.08
Hex4F9C8D310A27a8212e
Octal11723421561012472504156
Binary100111110011100100011011100010101010011110101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,156,141); }

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

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

 a { background-color: rgb(79,156,141); }

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

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

 span { border-color: rgb(79,156,141); }

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