#4F9884

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

Shades of Lochinvar #4F9884

Tints of Lochinvar #4F9884

Color information

#4F9884 (or 0x4F9884) is unknown color: approx Lochinvar. HEX triplet: 4F, 98 and 84. RGB value is (79,152,132). Sum of RGB (Red+Green+Blue) = 79+152+132=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9884 is #B0677B. Grayscale: #7F7F7F. Windows color (decimal): -11560828 or 8689743. OLE color: 8689743.

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

Color convert

RGB79152132-
CMYK0.4800.130.40
HSL163.56º31.6%45.29%-
HSV(B)163.56º48.03%59.61%-
XYZ18.6225.7825.83-
YUV127.89130.3293.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.76%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=21.76%
G=41.87%
B=36.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791521320.4800.130.40163.5631.645.29
Hex4F9884300D28a4202d
Octal11723020460015502444055
Binary100111110011000100001001100000110110100010100100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,152,132); }

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

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

 a { background-color: rgb(79,152,132); }

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

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

 span { border-color: rgb(79,152,132); }

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