#4B9E87

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

Shades of Lochinvar #4B9E87

Tints of Lochinvar #4B9E87

Color information

#4B9E87 (or 0x4B9E87) is unknown color: approx Lochinvar. HEX triplet: 4B, 9E and 87. RGB value is (75,158,135). Sum of RGB (Red+Green+Blue) = 75+158+135=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9E87 is #B46178. Grayscale: #828282. Windows color (decimal): -11821433 or 8887883. OLE color: 8887883.

HSL color Cylindrical-coordinate representation of color #4B9E87: hue angle of 163.37º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9E87 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB75158135-
CMYK0.5300.150.38
HSL163.37º35.62%45.69%-
HSV(B)163.37º52.53%61.96%-
XYZ19.527.727.24-
YUV130.56130.588.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=20.38%
G=42.93%
B=36.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal751581350.5300.150.38163.3735.6245.69
Hex4B9E87350F26a3242e
Octal11323620765017462434456
Binary100101110011110100001111101010111110011010100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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