#4F9A8E

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

Shades of Lochinvar #4F9A8E

Tints of Lochinvar #4F9A8E

Color information

#4F9A8E (or 0x4F9A8E) is unknown color: approx Lochinvar. HEX triplet: 4F, 9A and 8E. RGB value is (79,154,142). Sum of RGB (Red+Green+Blue) = 79+154+142=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #4F9A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9A8E is #B06571. Grayscale: #828282. Windows color (decimal): -11560306 or 9345615. OLE color: 9345615.

HSL color Cylindrical-coordinate representation of color #4F9A8E: hue angle of 170.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9A8E is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB79154142-
CMYK0.4900.080.40
HSL170.4º32.19%45.69%-
HSV(B)170.4º48.7%60.39%-
XYZ19.6626.7329.71-
YUV130.21134.6591.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=21.07%
G=41.07%
B=37.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791541420.4900.080.40170.432.1945.69
Hex4F9A8E310828aa202e
Octal11723221661010502524056
Binary100111110011010100011101100010100010100010101010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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