#4B8681

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

Shades of Lochinvar #4B8681

Tints of Lochinvar #4B8681

Color information

#4B8681 (or 0x4B8681) is unknown color: approx Lochinvar. HEX triplet: 4B, 86 and 81. RGB value is (75,134,129). Sum of RGB (Red+Green+Blue) = 75+134+129=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #4B8681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8681 is #B4797E. Grayscale: #737373. Windows color (decimal): -11827583 or 8488523. OLE color: 8488523.

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

Color convert

RGB75134129-
CMYK0.4400.040.47
HSL174.92º28.23%40.98%-
HSV(B)174.92º44.03%52.55%-
XYZ15.3920.1323.84-
YUV115.79135.4598.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=22.19%
G=39.64%
B=38.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751341290.4400.040.47174.9228.2340.98
Hex4B86812C042Faf1c29
Octal1132062015404572573451
Binary1001011100001101000000110110001001011111010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,129); }

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

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

 a { background-color: rgb(75,134,129); }

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

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

 span { border-color: rgb(75,134,129); }

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