#4F9889

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

Shades of Lochinvar #4F9889

Tints of Lochinvar #4F9889

Color information

#4F9889 (or 0x4F9889) is unknown color: approx Lochinvar. HEX triplet: 4F, 98 and 89. RGB value is (79,152,137). Sum of RGB (Red+Green+Blue) = 79+152+137=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9889 is #B06776. Grayscale: #808080. Windows color (decimal): -11560823 or 9017423. OLE color: 9017423.

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

Color convert

RGB79152137-
CMYK0.4800.100.40
HSL167.67º31.6%45.29%-
HSV(B)167.67º48.03%59.61%-
XYZ18.9725.9227.67-
YUV128.46132.8292.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=21.47%
G=41.30%
B=37.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791521370.4800.100.40167.6731.645.29
Hex4F9889300A28a8202d
Octal11723021160012502504055
Binary100111110011000100010011100000101010100010101000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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