#4A857D

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

Shades of Lochinvar #4A857D

Tints of Lochinvar #4A857D

Color information

#4A857D (or 0x4A857D) is unknown color: approx Lochinvar. HEX triplet: 4A, 85 and 7D. RGB value is (74,133,125). Sum of RGB (Red+Green+Blue) = 74+133+125=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #4A857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A857D is #B57A82. Grayscale: #727272. Windows color (decimal): -11893379 or 8226122. OLE color: 8226122.

HSL color Cylindrical-coordinate representation of color #4A857D: hue angle of 171.86º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A857D is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB74133125-
CMYK0.4400.060.48
HSL171.86º28.5%40.59%-
HSV(B)171.86º44.36%52.16%-
XYZ14.9119.7122.42-
YUV114.45133.9599.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=22.29%
G=40.06%
B=37.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741331250.4400.060.48171.8628.540.59
Hex4A857D2C0630ac1d29
Octal1122051755406602543551
Binary100101010000101111110110110001101100001010110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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