#4A8C7A

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

Shades of Lochinvar #4A8C7A

Tints of Lochinvar #4A8C7A

Color information

#4A8C7A (or 0x4A8C7A) is unknown color: approx Lochinvar. HEX triplet: 4A, 8C and 7A. RGB value is (74,140,122). Sum of RGB (Red+Green+Blue) = 74+140+122=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8C7A is #B57385. Grayscale: #767676. Windows color (decimal): -11891590 or 8031306. OLE color: 8031306.

HSL color Cylindrical-coordinate representation of color #4A8C7A: hue angle of 163.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8C7A is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB74140122-
CMYK0.4700.130.45
HSL163.64º30.84%41.96%-
HSV(B)163.64º47.14%54.9%-
XYZ15.7121.6221.76-
YUV118.21130.1396.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.02%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=22.02%
G=41.67%
B=36.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741401220.4700.130.45163.6430.8441.96
Hex4A8C7A2F0D2Da41f2a
Octal11221417257015552443752
Binary1001010100011001111010101111011011011011010010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,140,122); }

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

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

 a { background-color: rgb(74,140,122); }

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

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

 span { border-color: rgb(74,140,122); }

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