#4F948E

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

Shades of Lochinvar #4F948E

Tints of Lochinvar #4F948E

Color information

#4F948E (or 0x4F948E) is unknown color: approx Lochinvar. HEX triplet: 4F, 94 and 8E. RGB value is (79,148,142). Sum of RGB (Red+Green+Blue) = 79+148+142=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #4F948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F948E is #B06B71. Grayscale: #7E7E7E. Windows color (decimal): -11561842 or 9344079. OLE color: 9344079.

HSL color Cylindrical-coordinate representation of color #4F948E: hue angle of 174.78º 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 #4F948E is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB79148142-
CMYK0.4700.040.42
HSL174.78º30.4%44.51%-
HSV(B)174.78º46.62%58.04%-
XYZ18.724.829.39-
YUV126.68136.6493.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=21.41%
G=40.11%
B=38.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481420.4700.040.42174.7830.444.51
Hex4F948E2F042Aaf1e2d
Octal1172242165704522573655
Binary1001111100101001000111010111101001010101010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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