#4a9487

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

Shades of Lochinvar #4A9487

Tints of Lochinvar #4A9487

Color information

#4A9487 (or 0x4A9487) is unknown color: approx Lochinvar. HEX triplet: 4A, 94 and 87. RGB value is (74,148,135). Sum of RGB (Red+Green+Blue) = 74+148+135=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9487 is #B56B78. Grayscale: #7C7C7C. Windows color (decimal): -11889529 or 8885322. OLE color: 8885322.

HSL color Cylindrical-coordinate representation of color #4A9487: hue angle of 169.46º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9487 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB74148135-
CMYK0.5000.090.42
HSL169.46º33.33%43.53%-
HSV(B)169.46º50%58.04%-
XYZ17.7924.3826.69-
YUV124.39133.9892.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=20.73%
G=41.46%
B=37.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741481350.5000.090.42169.4633.3343.53
Hex4A948732092Aa9212c
Octal11222420762011522514154
Binary100101010010100100001111100100100110101010101001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,148,135); }

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

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

 a { background-color: rgb(74,148,135); }

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

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

 span { border-color: rgb(74,148,135); }

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