#4B967C

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

Shades of Lochinvar #4B967C

Tints of Lochinvar #4B967C

Color information

#4B967C (or 0x4B967C) is unknown color: approx Lochinvar. HEX triplet: 4B, 96 and 7C. RGB value is (75,150,124). Sum of RGB (Red+Green+Blue) = 75+150+124=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #4B967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B967C is #B46983. Grayscale: #7C7C7C. Windows color (decimal): -11823492 or 8164939. OLE color: 8164939.

HSL color Cylindrical-coordinate representation of color #4B967C: hue angle of 159.2º degrees, saturation: 0.33, 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 #4B967C is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB75150124-
CMYK0.500.170.41
HSL159.2º33.33%44.12%-
HSV(B)159.2º50%58.82%-
XYZ17.4524.7622.93-
YUV124.61127.6592.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=21.49%
G=42.98%
B=35.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751501240.500.170.41159.233.3344.12
Hex4B967C32011299f212c
Octal11322617462021512374154
Binary100101110010110111110011001001000110100110011111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,124); }

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

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

 a { background-color: rgb(75,150,124); }

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

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

 span { border-color: rgb(75,150,124); }

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