#4B857A

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

Shades of Lochinvar #4B857A

Tints of Lochinvar #4B857A

Color information

#4B857A (or 0x4B857A) is unknown color: approx Lochinvar. HEX triplet: 4B, 85 and 7A. RGB value is (75,133,122). Sum of RGB (Red+Green+Blue) = 75+133+122=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #4B857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B857A is #B47A85. Grayscale: #727272. Windows color (decimal): -11827846 or 8029515. OLE color: 8029515.

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

Color convert

RGB75133122-
CMYK0.4400.080.48
HSL168.62º27.88%40.78%-
HSV(B)168.62º43.61%52.16%-
XYZ14.819.6821.43-
YUV114.4132.2899.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=22.73%
G=40.30%
B=36.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331220.4400.080.48168.6227.8840.78
Hex4B857A2C0830a91c29
Octal11320517254010602513451
Binary1001011100001011111010101100010001100001010100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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