#4594BA

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

Shades of Boston Blue #4594BA

Tints of Boston Blue #4594BA

Color information

#4594BA (or 0x4594BA) is unknown color: approx Boston Blue. HEX triplet: 45, 94 and BA. RGB value is (69,148,186). Sum of RGB (Red+Green+Blue) = 69+148+186=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #4594BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594BA is #BA6B45. Grayscale: #808080. Windows color (decimal): -12217158 or 12227653. OLE color: 12227653.

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

Color convert

RGB69148186-
CMYK0.630.2000.27
HSL199.49º45.88%50%-
HSV(B)199.49º62.9%72.94%-
XYZ21.9125.9950.32-
YUV128.71160.3385.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.12%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=17.12%
G=36.72%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691481860.630.2000.27199.4945.8850
Hex4594BA3F1401Bc72e32
Octal10522427277240333075662
Binary100010110010100101110101111111010001101111000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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