#4C968E

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

Shades of Lochinvar #4C968E

Tints of Lochinvar #4C968E

Color information

#4C968E (or 0x4C968E) is unknown color: approx Lochinvar. HEX triplet: 4C, 96 and 8E. RGB value is (76,150,142). Sum of RGB (Red+Green+Blue) = 76+150+142=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #4C968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C968E is #B36971. Grayscale: #7E7E7E. Windows color (decimal): -11757938 or 9344588. OLE color: 9344588.

HSL color Cylindrical-coordinate representation of color #4C968E: hue angle of 173.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C968E is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB76150142-
CMYK0.4900.050.41
HSL173.51º32.74%44.31%-
HSV(B)173.51º49.33%58.82%-
XYZ18.7725.329.49-
YUV126.96136.4891.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=20.65%
G=40.76%
B=38.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal761501420.4900.050.41173.5132.7444.31
Hex4C968E310529ae212c
Octal1142262166105512564154
Binary10011001001011010001110110001010110100110101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,150,142); }

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

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

 a { background-color: rgb(76,150,142); }

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

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

 span { border-color: rgb(76,150,142); }

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