#4B857E

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

Shades of Lochinvar #4B857E

Tints of Lochinvar #4B857E

Color information

#4B857E (or 0x4B857E) is unknown color: approx Lochinvar. HEX triplet: 4B, 85 and 7E. RGB value is (75,133,126). Sum of RGB (Red+Green+Blue) = 75+133+126=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #4B857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B857E is #B47A81. Grayscale: #727272. Windows color (decimal): -11827842 or 8291659. OLE color: 8291659.

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

Color convert

RGB75133126-
CMYK0.4400.050.48
HSL172.76º27.88%40.78%-
HSV(B)172.76º43.61%52.16%-
XYZ15.0619.7822.76-
YUV114.86134.2899.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=22.46%
G=39.82%
B=37.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331260.4400.050.48172.7627.8840.78
Hex4B857E2C0530ad1c29
Octal1132051765405602553451
Binary100101110000101111111010110001011100001010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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