#4F988A

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

Shades of Lochinvar #4F988A

Tints of Lochinvar #4F988A

Color information

#4F988A (or 0x4F988A) is unknown color: approx Lochinvar. HEX triplet: 4F, 98 and 8A. RGB value is (79,152,138). Sum of RGB (Red+Green+Blue) = 79+152+138=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #4F988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F988A is #B06775. Grayscale: #808080. Windows color (decimal): -11560822 or 9082959. OLE color: 9082959.

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

Color convert

RGB79152138-
CMYK0.4800.090.40
HSL168.49º31.6%45.29%-
HSV(B)168.49º48.03%59.61%-
XYZ19.0425.9528.05-
YUV128.58133.3292.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=21.41%
G=41.19%
B=37.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791521380.4800.090.40168.4931.645.29
Hex4F988A300928a8202d
Octal11723021260011502504055
Binary100111110011000100010101100000100110100010101000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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