#4B8579

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

Shades of Lochinvar #4B8579

Tints of Lochinvar #4B8579

Color information

#4B8579 (or 0x4B8579) is unknown color: approx Lochinvar. HEX triplet: 4B, 85 and 79. RGB value is (75,133,121). Sum of RGB (Red+Green+Blue) = 75+133+121=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8579 is #B47A86. Grayscale: #727272. Windows color (decimal): -11827847 or 7963979. OLE color: 7963979.

HSL color Cylindrical-coordinate representation of color #4B8579: hue angle of 167.59º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8579 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB75133121-
CMYK0.4400.090.48
HSL167.59º27.88%40.78%-
HSV(B)167.59º43.61%52.16%-
XYZ14.7419.6521.11-
YUV114.29131.7899.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=22.80%
G=40.43%
B=36.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331210.4400.090.48167.5927.8840.78
Hex4B85792C0930a81c29
Octal11320517154011602503451
Binary1001011100001011111001101100010011100001010100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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