#4592BA

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

Shades of Boston Blue #4592BA

Tints of Boston Blue #4592BA

Color information

#4592BA (or 0x4592BA) is unknown color: approx Boston Blue. HEX triplet: 45, 92 and BA. RGB value is (69,146,186). Sum of RGB (Red+Green+Blue) = 69+146+186=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #4592BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592BA is #BA6D45. Grayscale: #7F7F7F. Windows color (decimal): -12217670 or 12227141. OLE color: 12227141.

HSL color Cylindrical-coordinate representation of color #4592BA: hue angle of 200.51º 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 #4592BA is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69146186-
CMYK0.630.2200.27
HSL200.51º45.88%50%-
HSV(B)200.51º62.9%72.94%-
XYZ21.625.3750.21-
YUV127.54160.9986.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.21%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=17.21%
G=36.41%
B=46.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691461860.630.2200.27200.5145.8850
Hex4592BA3F1601Bc92e32
Octal10522227277260333115662
Binary100010110010010101110101111111011001101111001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4592BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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