#4F9485

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

Shades of Lochinvar #4F9485

Tints of Lochinvar #4F9485

Color information

#4F9485 (or 0x4F9485) is unknown color: approx Lochinvar. HEX triplet: 4F, 94 and 85. RGB value is (79,148,133). Sum of RGB (Red+Green+Blue) = 79+148+133=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9485 is #B06B7A. Grayscale: #7D7D7D. Windows color (decimal): -11561851 or 8754255. OLE color: 8754255.

HSL color Cylindrical-coordinate representation of color #4F9485: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9485 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB79148133-
CMYK0.4700.100.42
HSL166.96º30.4%44.51%-
HSV(B)166.96º46.62%58.04%-
XYZ18.0524.5425.97-
YUV125.66132.1494.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=21.94%
G=41.11%
B=36.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481330.4700.100.42166.9630.444.51
Hex4F94852F0A2Aa71e2d
Octal11722420557012522473655
Binary10011111001010010000101101111010101010101010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,133); }

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

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

 a { background-color: rgb(79,148,133); }

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

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

 span { border-color: rgb(79,148,133); }

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