#4A9185

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

Shades of Lochinvar #4A9185

Tints of Lochinvar #4A9185

Color information

#4A9185 (or 0x4A9185) is unknown color: approx Lochinvar. HEX triplet: 4A, 91 and 85. RGB value is (74,145,133). Sum of RGB (Red+Green+Blue) = 74+145+133=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9185 is #B56E7A. Grayscale: #7A7A7A. Windows color (decimal): -11890299 or 8753482. OLE color: 8753482.

HSL color Cylindrical-coordinate representation of color #4A9185: hue angle of 169.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9185 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB74145133-
CMYK0.4900.080.43
HSL169.86º32.42%42.94%-
HSV(B)169.86º48.97%56.86%-
XYZ17.1823.425.8-
YUV122.4133.9893.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.02%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=21.02%
G=41.19%
B=37.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741451330.4900.080.43169.8632.4242.94
Hex4A918531082Baa202b
Octal11222120561010532524053
Binary100101010010001100001011100010100010101110101010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,145,133); }

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

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

 a { background-color: rgb(74,145,133); }

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

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

 span { border-color: rgb(74,145,133); }

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