#4B897F

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

Shades of Lochinvar #4B897F

Tints of Lochinvar #4B897F

Color information

#4B897F (or 0x4B897F) is unknown color: approx Lochinvar. HEX triplet: 4B, 89 and 7F. RGB value is (75,137,127). Sum of RGB (Red+Green+Blue) = 75+137+127=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #4B897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B897F is #B47680. Grayscale: #757575. Windows color (decimal): -11826817 or 8358219. OLE color: 8358219.

HSL color Cylindrical-coordinate representation of color #4B897F: hue angle of 170.32º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B897F is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB75137127-
CMYK0.4500.070.46
HSL170.32º29.25%41.57%-
HSV(B)170.32º45.26%53.73%-
XYZ15.6820.9223.29-
YUV117.32133.4697.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 127 (50% from 255) = 37.46%
R=22.12%
G=40.41%
B=37.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751371270.4500.070.46170.3229.2541.57
Hex4B897F2D072Eaa1d2a
Octal1132111775507562523552
Binary100101110001001111111110110101111011101010101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,127); }

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

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

 a { background-color: rgb(75,137,127); }

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

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

 span { border-color: rgb(75,137,127); }

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