#4E988F

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

Shades of Lochinvar #4E988F

Tints of Lochinvar #4E988F

Color information

#4E988F (or 0x4E988F) is unknown color: approx Lochinvar. HEX triplet: 4E, 98 and 8F. RGB value is (78,152,143). Sum of RGB (Red+Green+Blue) = 78+152+143=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #4E988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E988F is #B16770. Grayscale: #808080. Windows color (decimal): -11626353 or 9410638. OLE color: 9410638.

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

Color convert

RGB78152143-
CMYK0.4900.060.40
HSL172.7º32.17%45.1%-
HSV(B)172.7º48.68%59.61%-
XYZ19.3326.0630-
YUV128.85135.9891.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=20.91%
G=40.75%
B=38.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781521430.4900.060.40172.732.1745.1
Hex4E988F310628ad202d
Octal1162302176106502554055
Binary10011101001100010001111110001011010100010101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,152,143); }

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

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

 a { background-color: rgb(78,152,143); }

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

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

 span { border-color: rgb(78,152,143); }

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