#4596BA

Color #4596BA Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4596BA

Tints of Boston Blue #4596BA

Color information

#4596BA (or 0x4596BA) is unknown color: approx Boston Blue. HEX triplet: 45, 96 and BA. RGB value is (69,150,186). Sum of RGB (Red+Green+Blue) = 69+150+186=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #4596BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596BA is #BA6945. Grayscale: #818181. Windows color (decimal): -12216646 or 12228165. OLE color: 12228165.

HSL color Cylindrical-coordinate representation of color #4596BA: hue angle of 198.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4596BA is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69150186-
CMYK0.630.1900.27
HSL198.46º45.88%50%-
HSV(B)198.46º62.9%72.94%-
XYZ22.2226.6250.42-
YUV129.88159.6684.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.04%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=17.04%
G=37.04%
B=45.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691501860.630.1900.27198.4645.8850
Hex4596BA3F1301Bc62e32
Octal10522627277230333065662
Binary100010110010110101110101111111001101101111000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4596BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4596BA; }

 p { color: rgb(69,150,186); }

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

<style>
 a { background-color: #4596BA; }

 a { background-color: rgb(69,150,186); }

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

<style>
 span { border-color: #4596BA; }

 span { border-color: rgb(69,150,186); }

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