#4F867C

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

Shades of Lochinvar #4F867C

Tints of Lochinvar #4F867C

Color information

#4F867C (or 0x4F867C) is unknown color: approx Lochinvar. HEX triplet: 4F, 86 and 7C. RGB value is (79,134,124). Sum of RGB (Red+Green+Blue) = 79+134+124=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #4F867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F867C is #B07983. Grayscale: #747474. Windows color (decimal): -11565444 or 8160847. OLE color: 8160847.

HSL color Cylindrical-coordinate representation of color #4F867C: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F867C is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB79134124-
CMYK0.4100.070.47
HSL169.09º25.82%41.76%-
HSV(B)169.09º41.04%52.55%-
XYZ15.3920.1722.15-
YUV116.42132.28101.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=23.44%
G=39.76%
B=36.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791341240.4100.070.47169.0925.8241.76
Hex4F867C29072Fa91a2a
Octal1172061745107572513252
Binary100111110000110111110010100101111011111010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,134,124); }

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

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

 a { background-color: rgb(79,134,124); }

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

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

 span { border-color: rgb(79,134,124); }

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