#4A867D

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

Shades of Lochinvar #4A867D

Tints of Lochinvar #4A867D

Color information

#4A867D (or 0x4A867D) is unknown color: approx Lochinvar. HEX triplet: 4A, 86 and 7D. RGB value is (74,134,125). Sum of RGB (Red+Green+Blue) = 74+134+125=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #4A867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A867D is #B57982. Grayscale: #737373. Windows color (decimal): -11893123 or 8226378. OLE color: 8226378.

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

Color convert

RGB74134125-
CMYK0.4500.070.47
HSL171º28.85%40.78%-
HSV(B)171º44.78%52.55%-
XYZ15.0519.9922.47-
YUV115.03133.6298.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=22.22%
G=40.24%
B=37.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741341250.4500.070.4717128.8540.78
Hex4A867D2D072Fab1d29
Octal1122061755507572533551
Binary100101010000110111110110110101111011111010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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