#4C867D

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

Shades of Lochinvar #4C867D

Tints of Lochinvar #4C867D

Color information

#4C867D (or 0x4C867D) is unknown color: approx Lochinvar. HEX triplet: 4C, 86 and 7D. RGB value is (76,134,125). Sum of RGB (Red+Green+Blue) = 76+134+125=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #4C867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C867D is #B37982. Grayscale: #737373. Windows color (decimal): -11762051 or 8226380. OLE color: 8226380.

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

Color convert

RGB76134125-
CMYK0.4300.070.47
HSL170.69º27.62%41.18%-
HSV(B)170.69º43.28%52.55%-
XYZ15.2120.0722.47-
YUV115.63133.2899.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=22.69%
G=40%
B=37.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761341250.4300.070.47170.6927.6241.18
Hex4C867D2B072Fab1c29
Octal1142061755307572533451
Binary100110010000110111110110101101111011111010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,134,125); }

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

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

 a { background-color: rgb(76,134,125); }

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

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

 span { border-color: rgb(76,134,125); }

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