#4C9389

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

Shades of Lochinvar #4C9389

Tints of Lochinvar #4C9389

Color information

#4C9389 (or 0x4C9389) is unknown color: approx Lochinvar. HEX triplet: 4C, 93 and 89. RGB value is (76,147,137). Sum of RGB (Red+Green+Blue) = 76+147+137=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9389 is #B36C76. Grayscale: #7C7C7C. Windows color (decimal): -11758711 or 9016140. OLE color: 9016140.

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

Color convert

RGB76147137-
CMYK0.4800.070.42
HSL171.55º31.84%43.73%-
HSV(B)171.55º48.3%57.65%-
XYZ17.9324.2127.39-
YUV124.63134.9893.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.11%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=21.11%
G=40.83%
B=38.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761471370.4800.070.42171.5531.8443.73
Hex4C938930072Aac202c
Octal1142232116007522544054
Binary10011001001001110001001110000011110101010101100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,137); }

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

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

 a { background-color: rgb(76,147,137); }

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

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

 span { border-color: rgb(76,147,137); }

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