#4A8A7D

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

Shades of Lochinvar #4A8A7D

Tints of Lochinvar #4A8A7D

Color information

#4A8A7D (or 0x4A8A7D) is unknown color: approx Lochinvar. HEX triplet: 4A, 8A and 7D. RGB value is (74,138,125). Sum of RGB (Red+Green+Blue) = 74+138+125=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A7D is #B57582. Grayscale: #757575. Windows color (decimal): -11892099 or 8227402. OLE color: 8227402.

HSL color Cylindrical-coordinate representation of color #4A8A7D: hue angle of 167.81º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A7D is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB74138125-
CMYK0.4600.090.46
HSL167.81º30.19%41.57%-
HSV(B)167.81º46.38%54.12%-
XYZ15.6121.1122.65-
YUV117.38132.397.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=21.96%
G=40.95%
B=37.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal741381250.4600.090.46167.8130.1941.57
Hex4A8A7D2E092Ea81e2a
Octal11221217556011562503652
Binary1001010100010101111101101110010011011101010100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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