#4C998F

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

Shades of Lochinvar #4C998F

Tints of Lochinvar #4C998F

Color information

#4C998F (or 0x4C998F) is unknown color: approx Lochinvar. HEX triplet: 4C, 99 and 8F. RGB value is (76,153,143). Sum of RGB (Red+Green+Blue) = 76+153+143=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #4C998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C998F is #B36670. Grayscale: #808080. Windows color (decimal): -11757169 or 9410892. OLE color: 9410892.

HSL color Cylindrical-coordinate representation of color #4C998F: hue angle of 172.21º 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 #4C998F is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB76153143-
CMYK0.5000.070.4
HSL172.21º33.62%44.9%-
HSV(B)172.21º50.33%60%-
XYZ19.3326.330.04-
YUV128.84135.9990.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.43%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=20.43%
G=41.13%
B=38.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal761531430.5000.070.4172.2133.6244.9
Hex4C998F320728ac222d
Octal1142312176207502544255
Binary10011001001100110001111110010011110100010101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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