#4C9484

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

Shades of Lochinvar #4C9484

Tints of Lochinvar #4C9484

Color information

#4C9484 (or 0x4C9484) is unknown color: approx Lochinvar. HEX triplet: 4C, 94 and 84. RGB value is (76,148,132). Sum of RGB (Red+Green+Blue) = 76+148+132=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9484 is #B36B7B. Grayscale: #7C7C7C. Windows color (decimal): -11758460 or 8688716. OLE color: 8688716.

HSL color Cylindrical-coordinate representation of color #4C9484: hue angle of 166.67º 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 #4C9484 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB76148132-
CMYK0.4900.110.42
HSL166.67º32.14%43.92%-
HSV(B)166.67º48.65%58.04%-
XYZ17.7424.3825.6-
YUV124.65132.1593.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=21.35%
G=41.57%
B=37.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761481320.4900.110.42166.6732.1443.92
Hex4C9484310B2Aa7202c
Octal11422420461013522474054
Binary100110010010100100001001100010101110101010100111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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