#4B987A

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

Shades of Lochinvar #4B987A

Tints of Lochinvar #4B987A

Color information

#4B987A (or 0x4B987A) is unknown color: approx Lochinvar. HEX triplet: 4B, 98 and 7A. RGB value is (75,152,122). Sum of RGB (Red+Green+Blue) = 75+152+122=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #4B987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B987A is #B46785. Grayscale: #7D7D7D. Windows color (decimal): -11822982 or 8034379. OLE color: 8034379.

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

Color convert

RGB75152122-
CMYK0.5100.200.40
HSL156.62º33.92%44.51%-
HSV(B)156.62º50.66%59.61%-
XYZ17.6425.3622.38-
YUV125.56125.9991.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=21.49%
G=43.55%
B=34.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751521220.5100.200.40156.6233.9244.51
Hex4B987A33014289d222d
Octal11323017263024502354255
Binary100101110011000111101011001101010010100010011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,152,122); }

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

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

 a { background-color: rgb(75,152,122); }

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

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

 span { border-color: rgb(75,152,122); }

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