#4B857C

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

Shades of Lochinvar #4B857C

Tints of Lochinvar #4B857C

Color information

#4B857C (or 0x4B857C) is unknown color: approx Lochinvar. HEX triplet: 4B, 85 and 7C. RGB value is (75,133,124). Sum of RGB (Red+Green+Blue) = 75+133+124=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #4B857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B857C is #B47A83. Grayscale: #727272. Windows color (decimal): -11827844 or 8160587. OLE color: 8160587.

HSL color Cylindrical-coordinate representation of color #4B857C: hue angle of 170.69º degrees, saturation: 0.28, 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 #4B857C is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB75133124-
CMYK0.4400.070.48
HSL170.69º27.88%40.78%-
HSV(B)170.69º43.61%52.16%-
XYZ14.9319.7322.09-
YUV114.63133.2899.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=22.59%
G=40.06%
B=37.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331240.4400.070.48170.6927.8840.78
Hex4B857C2C0730ab1c29
Octal1132051745407602533451
Binary100101110000101111110010110001111100001010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,124); }

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

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

 a { background-color: rgb(75,133,124); }

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

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

 span { border-color: rgb(75,133,124); }

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