#4C998D

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

Shades of Lochinvar #4C998D

Tints of Lochinvar #4C998D

Color information

#4C998D (or 0x4C998D) is unknown color: approx Lochinvar. HEX triplet: 4C, 99 and 8D. RGB value is (76,153,141). Sum of RGB (Red+Green+Blue) = 76+153+141=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #4C998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C998D is #B36672. Grayscale: #808080. Windows color (decimal): -11757171 or 9279820. OLE color: 9279820.

HSL color Cylindrical-coordinate representation of color #4C998D: hue angle of 170.65º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C998D is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB76153141-
CMYK0.5000.080.4
HSL170.65º33.62%44.9%-
HSV(B)170.65º50.33%60%-
XYZ19.1826.2429.25-
YUV128.61134.9990.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=20.54%
G=41.35%
B=38.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal761531410.5000.080.4170.6533.6244.9
Hex4C998D320828ab222d
Octal11423121562010502534255
Binary100110010011001100011011100100100010100010101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,141); }

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

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

 a { background-color: rgb(76,153,141); }

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

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

 span { border-color: rgb(76,153,141); }

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