#4C9479

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

Shades of Lochinvar #4C9479

Tints of Lochinvar #4C9479

Color information

#4C9479 (or 0x4C9479) is unknown color: approx Lochinvar. HEX triplet: 4C, 94 and 79. RGB value is (76,148,121). Sum of RGB (Red+Green+Blue) = 76+148+121=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9479 is #B36B86. Grayscale: #7B7B7B. Windows color (decimal): -11758471 or 7967820. OLE color: 7967820.

HSL color Cylindrical-coordinate representation of color #4C9479: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9479 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB76148121-
CMYK0.4900.180.42
HSL157.5º32.14%43.92%-
HSV(B)157.5º48.65%58.04%-
XYZ17.0224.121.84-
YUV123.39126.6594.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=22.03%
G=42.90%
B=35.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761481210.4900.180.42157.532.1443.92
Hex4C9479310122A9e202c
Octal11422417161022522364054
Binary100110010010100111100111000101001010101010011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,121); }

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

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

 a { background-color: rgb(76,148,121); }

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

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

 span { border-color: rgb(76,148,121); }

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