#4A958A

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

Shades of Lochinvar #4A958A

Tints of Lochinvar #4A958A

Color information

#4A958A (or 0x4A958A) is unknown color: approx Lochinvar. HEX triplet: 4A, 95 and 8A. RGB value is (74,149,138). Sum of RGB (Red+Green+Blue) = 74+149+138=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #4A958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A958A is #B56A75. Grayscale: #7D7D7D. Windows color (decimal): -11889270 or 9082186. OLE color: 9082186.

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

Color convert

RGB74149138-
CMYK0.5000.070.42
HSL171.2º33.63%43.73%-
HSV(B)171.2º50.34%58.43%-
XYZ18.1624.7927.87-
YUV125.32135.1591.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=20.50%
G=41.27%
B=38.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741491380.5000.070.42171.233.6343.73
Hex4A958A32072Aab222c
Octal1122252126207522534254
Binary10010101001010110001010110010011110101010101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,138); }

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

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

 a { background-color: rgb(74,149,138); }

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

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

 span { border-color: rgb(74,149,138); }

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