#4B977B

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

Shades of Lochinvar #4B977B

Tints of Lochinvar #4B977B

Color information

#4B977B (or 0x4B977B) is unknown color: approx Lochinvar. HEX triplet: 4B, 97 and 7B. RGB value is (75,151,123). Sum of RGB (Red+Green+Blue) = 75+151+123=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #4B977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B977B is #B46884. Grayscale: #7D7D7D. Windows color (decimal): -11823237 or 8099659. OLE color: 8099659.

HSL color Cylindrical-coordinate representation of color #4B977B: hue angle of 157.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B977B is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB75151123-
CMYK0.5000.190.41
HSL157.89º33.63%44.31%-
HSV(B)157.89º50.33%59.22%-
XYZ17.5425.0622.65-
YUV125.08126.8292.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=21.49%
G=43.27%
B=35.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751511230.5000.190.41157.8933.6344.31
Hex4B977B32013299e222c
Octal11322717362023512364254
Binary100101110010111111101111001001001110100110011110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,123); }

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

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

 a { background-color: rgb(75,151,123); }

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

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

 span { border-color: rgb(75,151,123); }

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