#4C9B87

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

Shades of Lochinvar #4C9B87

Tints of Lochinvar #4C9B87

Color information

#4C9B87 (or 0x4C9B87) is unknown color: approx Lochinvar. HEX triplet: 4C, 9B and 87. RGB value is (76,155,135). Sum of RGB (Red+Green+Blue) = 76+155+135=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9B87 is #B36478. Grayscale: #818181. Windows color (decimal): -11756665 or 8887116. OLE color: 8887116.

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

Color convert

RGB76155135-
CMYK0.5100.130.39
HSL164.81º34.2%45.29%-
HSV(B)164.81º50.97%60.78%-
XYZ19.0826.7327.08-
YUV129.1131.3390.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=20.77%
G=42.35%
B=36.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761551350.5100.130.39164.8134.245.29
Hex4C9B87330D27a5222d
Octal11423320763015472454255
Binary100110010011011100001111100110110110011110100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,155,135); }

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

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

 a { background-color: rgb(76,155,135); }

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

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

 span { border-color: rgb(76,155,135); }

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