#4B9C87

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

Shades of Lochinvar #4B9C87

Tints of Lochinvar #4B9C87

Color information

#4B9C87 (or 0x4B9C87) is unknown color: approx Lochinvar. HEX triplet: 4B, 9C and 87. RGB value is (75,156,135). Sum of RGB (Red+Green+Blue) = 75+156+135=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9C87 is #B46378. Grayscale: #818181. Windows color (decimal): -11821945 or 8887371. OLE color: 8887371.

HSL color Cylindrical-coordinate representation of color #4B9C87: hue angle of 164.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9C87 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB75156135-
CMYK0.5200.130.39
HSL164.44º35.06%45.29%-
HSV(B)164.44º51.92%61.18%-
XYZ19.1627.0227.13-
YUV129.39131.1689.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=20.49%
G=42.62%
B=36.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751561350.5200.130.39164.4435.0645.29
Hex4B9C87340D27a4232d
Octal11323420764015472444355
Binary100101110011100100001111101000110110011110100100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,156,135); }

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

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

 a { background-color: rgb(75,156,135); }

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

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

 span { border-color: rgb(75,156,135); }

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