#4B8B79

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

Shades of Lochinvar #4B8B79

Tints of Lochinvar #4B8B79

Color information

#4B8B79 (or 0x4B8B79) is unknown color: approx Lochinvar. HEX triplet: 4B, 8B and 79. RGB value is (75,139,121). Sum of RGB (Red+Green+Blue) = 75+139+121=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B79 is #B47486. Grayscale: #757575. Windows color (decimal): -11826311 or 7965515. OLE color: 7965515.

HSL color Cylindrical-coordinate representation of color #4B8B79: hue angle of 163.12º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B79 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB75139121-
CMYK0.4600.130.45
HSL163.12º29.91%41.96%-
HSV(B)163.12º46.04%54.51%-
XYZ15.5921.3421.39-
YUV117.81129.897.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=22.39%
G=41.49%
B=36.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751391210.4600.130.45163.1229.9141.96
Hex4B8B792E0D2Da31e2a
Octal11321317156015552433652
Binary1001011100010111111001101110011011011011010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,121); }

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

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

 a { background-color: rgb(75,139,121); }

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

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

 span { border-color: rgb(75,139,121); }

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