#4C9482

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

Shades of Lochinvar #4C9482

Tints of Lochinvar #4C9482

Color information

#4C9482 (or 0x4C9482) is unknown color: approx Lochinvar. HEX triplet: 4C, 94 and 82. RGB value is (76,148,130). Sum of RGB (Red+Green+Blue) = 76+148+130=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9482 is #B36B7D. Grayscale: #7C7C7C. Windows color (decimal): -11758462 or 8557644. OLE color: 8557644.

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

Color convert

RGB76148130-
CMYK0.4900.120.42
HSL165º32.14%43.92%-
HSV(B)165º48.65%58.04%-
XYZ17.624.3324.89-
YUV124.42131.1593.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.47%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=21.47%
G=41.81%
B=36.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761481300.4900.120.4216532.1443.92
Hex4C9482310C2Aa5202c
Octal11422420261014522454054
Binary100110010010100100000101100010110010101010100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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