#4FA090

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

Shades of Lochinvar #4FA090

Tints of Lochinvar #4FA090

Color information

#4FA090 (or 0x4FA090) is unknown color: approx Lochinvar. HEX triplet: 4F, A0 and 90. RGB value is (79,160,144). Sum of RGB (Red+Green+Blue) = 79+160+144=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA090 is #B05F6F. Grayscale: #858585. Windows color (decimal): -11558768 or 9478223. OLE color: 9478223.

HSL color Cylindrical-coordinate representation of color #4FA090: hue angle of 168.15º 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 #4FA090 is Cyan = 0.51, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB79160144-
CMYK0.5100.10.37
HSL168.15º33.89%46.86%-
HSV(B)168.15º50.63%62.75%-
XYZ20.8328.8230.85-
YUV133.96133.6688.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.63%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=20.63%
G=41.78%
B=37.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601440.5100.10.37168.1533.8946.86
Hex4FA090330A25a8222f
Octal11724022063012452504257
Binary100111110100000100100001100110101010010110101000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,144); }

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

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

 a { background-color: rgb(79,160,144); }

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

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

 span { border-color: rgb(79,160,144); }

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