#4A887A

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

Shades of Lochinvar #4A887A

Tints of Lochinvar #4A887A

Color information

#4A887A (or 0x4A887A) is unknown color: approx Lochinvar. HEX triplet: 4A, 88 and 7A. RGB value is (74,136,122). Sum of RGB (Red+Green+Blue) = 74+136+122=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #4A887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A887A is #B57785. Grayscale: #737373. Windows color (decimal): -11892614 or 8030282. OLE color: 8030282.

HSL color Cylindrical-coordinate representation of color #4A887A: hue angle of 166.45º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A887A is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB74136122-
CMYK0.4600.100.47
HSL166.45º29.52%41.18%-
HSV(B)166.45º45.59%53.33%-
XYZ15.1420.4721.57-
YUV115.87131.4698.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=22.29%
G=40.96%
B=36.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741361220.4600.100.47166.4529.5241.18
Hex4A887A2E0A2Fa61e29
Octal11221017256012572463651
Binary1001010100010001111010101110010101011111010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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