#4FA290

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

Shades of Lochinvar #4FA290

Tints of Lochinvar #4FA290

Color information

#4FA290 (or 0x4FA290) is unknown color: approx Lochinvar. HEX triplet: 4F, A2 and 90. RGB value is (79,162,144). Sum of RGB (Red+Green+Blue) = 79+162+144=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA290 is #B05D6F. Grayscale: #878787. Windows color (decimal): -11558256 or 9478735. OLE color: 9478735.

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

Color convert

RGB79162144-
CMYK0.5100.110.36
HSL166.99º34.44%47.25%-
HSV(B)166.99º51.23%63.53%-
XYZ21.1829.5230.97-
YUV135.1313387.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=20.52%
G=42.08%
B=37.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621440.5100.110.36166.9934.4447.25
Hex4FA290330B24a7222f
Octal11724222063013442474257
Binary100111110100010100100001100110101110010010100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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