#4C9489

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

Shades of Lochinvar #4C9489

Tints of Lochinvar #4C9489

Color information

#4C9489 (or 0x4C9489) is unknown color: approx Lochinvar. HEX triplet: 4C, 94 and 89. RGB value is (76,148,137). Sum of RGB (Red+Green+Blue) = 76+148+137=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9489 is #B36B76. Grayscale: #7D7D7D. Windows color (decimal): -11758455 or 9016396. OLE color: 9016396.

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

Color convert

RGB76148137-
CMYK0.4900.070.42
HSL170.83º32.14%43.92%-
HSV(B)170.83º48.65%58.04%-
XYZ18.0924.5227.45-
YUV125.22134.6592.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=21.05%
G=41.00%
B=37.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761481370.4900.070.42170.8332.1443.92
Hex4C948931072Aab202c
Octal1142242116107522534054
Binary10011001001010010001001110001011110101010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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