#4F998F

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

Shades of Lochinvar #4F998F

Tints of Lochinvar #4F998F

Color information

#4F998F (or 0x4F998F) is unknown color: approx Lochinvar. HEX triplet: 4F, 99 and 8F. RGB value is (79,153,143). Sum of RGB (Red+Green+Blue) = 79+153+143=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #4F998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F998F is #B06670. Grayscale: #818181. Windows color (decimal): -11560561 or 9410895. OLE color: 9410895.

HSL color Cylindrical-coordinate representation of color #4F998F: hue angle of 171.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F998F is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB79153143-
CMYK0.4800.070.4
HSL171.89º31.9%45.49%-
HSV(B)171.89º48.37%60%-
XYZ19.5726.4330.06-
YUV129.73135.4891.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=21.07%
G=40.8%
B=38.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791531430.4800.070.4171.8931.945.49
Hex4F998F300728ac202d
Octal1172312176007502544055
Binary10011111001100110001111110000011110100010101100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,153,143); }

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

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

 a { background-color: rgb(79,153,143); }

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

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

 span { border-color: rgb(79,153,143); }

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