#4F998C

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

Shades of Lochinvar #4F998C

Tints of Lochinvar #4F998C

Color information

#4F998C (or 0x4F998C) is unknown color: approx Lochinvar. HEX triplet: 4F, 99 and 8C. RGB value is (79,153,140). Sum of RGB (Red+Green+Blue) = 79+153+140=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #4F998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F998C is #B06673. Grayscale: #818181. Windows color (decimal): -11560564 or 9214287. OLE color: 9214287.

HSL color Cylindrical-coordinate representation of color #4F998C: hue angle of 169.46º 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 #4F998C is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB79153140-
CMYK0.4800.080.4
HSL169.46º31.9%45.49%-
HSV(B)169.46º48.37%60%-
XYZ19.3526.3428.87-
YUV129.39133.9892.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.24%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=21.24%
G=41.13%
B=37.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791531400.4800.080.4169.4631.945.49
Hex4F998C300828a9202d
Octal11723121460010502514055
Binary100111110011001100011001100000100010100010101001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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