#4A8878

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

Shades of Lochinvar #4A8878

Tints of Lochinvar #4A8878

Color information

#4A8878 (or 0x4A8878) is unknown color: approx Lochinvar. HEX triplet: 4A, 88 and 78. RGB value is (74,136,120). Sum of RGB (Red+Green+Blue) = 74+136+120=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8878 is #B57787. Grayscale: #737373. Windows color (decimal): -11892616 or 7899210. OLE color: 7899210.

HSL color Cylindrical-coordinate representation of color #4A8878: hue angle of 164.52º 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 #4A8878 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB74136120-
CMYK0.4600.120.47
HSL164.52º29.52%41.18%-
HSV(B)164.52º45.59%53.33%-
XYZ15.0220.4220.92-
YUV115.64130.4698.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=22.42%
G=41.21%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741361200.4600.120.47164.5229.5241.18
Hex4A88782E0C2Fa51e29
Octal11221017056014572453651
Binary1001010100010001111000101110011001011111010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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