#4FA088

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

Shades of Lochinvar #4FA088

Tints of Lochinvar #4FA088

Color information

#4FA088 (or 0x4FA088) is unknown color: approx Lochinvar. HEX triplet: 4F, A0 and 88. RGB value is (79,160,136). Sum of RGB (Red+Green+Blue) = 79+160+136=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA088 is #B05F77. Grayscale: #858585. Windows color (decimal): -11558776 or 8953935. OLE color: 8953935.

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

Color convert

RGB79160136-
CMYK0.5100.150.37
HSL162.22º33.89%46.86%-
HSV(B)162.22º50.63%62.75%-
XYZ20.2428.5827.74-
YUV133.04129.6689.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=21.07%
G=42.67%
B=36.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601360.5100.150.37162.2233.8946.86
Hex4FA088330F25a2222f
Octal11724021063017452424257
Binary100111110100000100010001100110111110010110100010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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