#4A877A

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

Shades of Lochinvar #4A877A

Tints of Lochinvar #4A877A

Color information

#4A877A (or 0x4A877A) is unknown color: approx Lochinvar. HEX triplet: 4A, 87 and 7A. RGB value is (74,135,122). Sum of RGB (Red+Green+Blue) = 74+135+122=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #4A877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A877A is #B57885. Grayscale: #737373. Windows color (decimal): -11892870 or 8030026. OLE color: 8030026.

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

Color convert

RGB74135122-
CMYK0.4500.100.47
HSL167.21º29.19%40.98%-
HSV(B)167.21º45.19%52.94%-
XYZ1520.1921.52-
YUV115.28131.7998.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=22.36%
G=40.79%
B=36.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741351220.4500.100.47167.2129.1940.98
Hex4A877A2D0A2Fa71d29
Octal11220717255012572473551
Binary1001010100001111111010101101010101011111010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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