#4F877B

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

Shades of Lochinvar #4F877B

Tints of Lochinvar #4F877B

Color information

#4F877B (or 0x4F877B) is unknown color: approx Lochinvar. HEX triplet: 4F, 87 and 7B. RGB value is (79,135,123). Sum of RGB (Red+Green+Blue) = 79+135+123=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #4F877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F877B is #B07884. Grayscale: #747474. Windows color (decimal): -11565189 or 8095567. OLE color: 8095567.

HSL color Cylindrical-coordinate representation of color #4F877B: hue angle of 167.14º 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 #4F877B is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB79135123-
CMYK0.4100.090.47
HSL167.14º26.17%41.96%-
HSV(B)167.14º41.48%52.94%-
XYZ15.4620.4221.87-
YUV116.89131.45100.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=23.44%
G=40.06%
B=36.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351230.4100.090.47167.1426.1741.96
Hex4F877B29092Fa71a2a
Octal11720717351011572473252
Binary1001111100001111111011101001010011011111010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,135,123); }

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

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

 a { background-color: rgb(79,135,123); }

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

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

 span { border-color: rgb(79,135,123); }

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