#4C997E

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

Shades of Lochinvar #4C997E

Tints of Lochinvar #4C997E

Color information

#4C997E (or 0x4C997E) is unknown color: approx Lochinvar. HEX triplet: 4C, 99 and 7E. RGB value is (76,153,126). Sum of RGB (Red+Green+Blue) = 76+153+126=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #4C997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C997E is #B36681. Grayscale: #7E7E7E. Windows color (decimal): -11757186 or 8296780. OLE color: 8296780.

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

Color convert

RGB76153126-
CMYK0.5000.180.4
HSL158.96º33.62%44.9%-
HSV(B)158.96º50.33%60%-
XYZ18.1425.8323.77-
YUV126.9127.4991.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=21.41%
G=43.10%
B=35.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal761531260.5000.180.4158.9633.6244.9
Hex4C997E32012289f222d
Octal11423117662022502374255
Binary100110010011001111111011001001001010100010011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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