#4FA193

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

Shades of Lochinvar #4FA193

Tints of Lochinvar #4FA193

Color information

#4FA193 (or 0x4FA193) is unknown color: approx Lochinvar. HEX triplet: 4F, A1 and 93. RGB value is (79,161,147). Sum of RGB (Red+Green+Blue) = 79+161+147=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA193 is #B05E6C. Grayscale: #868686. Windows color (decimal): -11558509 or 9675087. OLE color: 9675087.

HSL color Cylindrical-coordinate representation of color #4FA193: hue angle of 169.76º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA193 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB79161147-
CMYK0.5100.090.37
HSL169.76º34.17%47.06%-
HSV(B)169.76º50.93%63.14%-
XYZ21.2429.2632.13-
YUV134.89134.8388.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.41%
GREEN value IS 161 (63.28% from 255) = 41.60%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=20.41%
G=41.60%
B=37.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791611470.5100.090.37169.7634.1747.06
Hex4FA193330925aa222f
Octal11724122363011452524257
Binary100111110100001100100111100110100110010110101010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,161,147); }

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

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

 a { background-color: rgb(79,161,147); }

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

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

 span { border-color: rgb(79,161,147); }

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