#4B897E

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

Shades of Lochinvar #4B897E

Tints of Lochinvar #4B897E

Color information

#4B897E (or 0x4B897E) is unknown color: approx Lochinvar. HEX triplet: 4B, 89 and 7E. RGB value is (75,137,126). Sum of RGB (Red+Green+Blue) = 75+137+126=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #4B897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B897E is #B47681. Grayscale: #757575. Windows color (decimal): -11826818 or 8292683. OLE color: 8292683.

HSL color Cylindrical-coordinate representation of color #4B897E: hue angle of 169.35º 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 #4B897E is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB75137126-
CMYK0.4500.080.46
HSL169.35º29.25%41.57%-
HSV(B)169.35º45.26%53.73%-
XYZ15.6120.8922.95-
YUV117.21132.9697.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=22.19%
G=40.53%
B=37.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751371260.4500.080.46169.3529.2541.57
Hex4B897E2D082Ea91d2a
Octal11321117655010562513552
Binary1001011100010011111110101101010001011101010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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