#4F877A

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

Shades of Lochinvar #4F877A

Tints of Lochinvar #4F877A

Color information

#4F877A (or 0x4F877A) is unknown color: approx Lochinvar. HEX triplet: 4F, 87 and 7A. RGB value is (79,135,122). Sum of RGB (Red+Green+Blue) = 79+135+122=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #4F877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F877A is #B07885. Grayscale: #747474. Windows color (decimal): -11565190 or 8030031. OLE color: 8030031.

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

Color convert

RGB79135122-
CMYK0.4100.100.47
HSL166.07º26.17%41.96%-
HSV(B)166.07º41.48%52.94%-
XYZ15.420.421.54-
YUV116.77130.95101.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=23.51%
G=40.18%
B=36.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351220.4100.100.47166.0726.1741.96
Hex4F877A290A2Fa61a2a
Octal11720717251012572463252
Binary1001111100001111111010101001010101011111010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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