#4F968E

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

Shades of Lochinvar #4F968E

Tints of Lochinvar #4F968E

Color information

#4F968E (or 0x4F968E) is unknown color: approx Lochinvar. HEX triplet: 4F, 96 and 8E. RGB value is (79,150,142). Sum of RGB (Red+Green+Blue) = 79+150+142=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #4F968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F968E is #B06971. Grayscale: #7F7F7F. Windows color (decimal): -11561330 or 9344591. OLE color: 9344591.

HSL color Cylindrical-coordinate representation of color #4F968E: hue angle of 173.24º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F968E is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB79150142-
CMYK0.4700.050.41
HSL173.24º31%44.9%-
HSV(B)173.24º47.33%58.82%-
XYZ19.0125.4329.5-
YUV127.86135.9893.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=21.29%
G=40.43%
B=38.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791501420.4700.050.41173.243144.9
Hex4F968E2F0529ad1f2d
Octal1172262165705512553755
Binary1001111100101101000111010111101011010011010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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