#4A8F85

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

Shades of Lochinvar #4A8F85

Tints of Lochinvar #4A8F85

Color information

#4A8F85 (or 0x4A8F85) is unknown color: approx Lochinvar. HEX triplet: 4A, 8F and 85. RGB value is (74,143,133). Sum of RGB (Red+Green+Blue) = 74+143+133=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8F85 is #B5707A. Grayscale: #797979. Windows color (decimal): -11890811 or 8752970. OLE color: 8752970.

HSL color Cylindrical-coordinate representation of color #4A8F85: hue angle of 171.3º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8F85 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB74143133-
CMYK0.4800.070.44
HSL171.3º31.8%42.55%-
HSV(B)171.3º48.25%56.08%-
XYZ16.8822.7925.7-
YUV121.23134.6494.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.14%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 133 (52.34% from 255) = 38%
R=21.14%
G=40.86%
B=38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741431330.4800.070.44171.331.842.55
Hex4A8F8530072Cab202b
Octal1122172056007542534053
Binary10010101000111110000101110000011110110010101011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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