#4499BA

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

Shades of Boston Blue #4499BA

Tints of Boston Blue #4499BA

Color information

#4499BA (or 0x4499BA) is unknown color: approx Boston Blue. HEX triplet: 44, 99 and BA. RGB value is (68,153,186). Sum of RGB (Red+Green+Blue) = 68+153+186=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #4499BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499BA is #BB6645. Grayscale: #838383. Windows color (decimal): -12281414 or 12228932. OLE color: 12228932.

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

Color convert

RGB68153186-
CMYK0.630.1800.27
HSL196.78º46.46%49.8%-
HSV(B)196.78º63.44%72.94%-
XYZ22.6427.5650.58-
YUV131.35158.8482.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.71%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=16.71%
G=37.59%
B=45.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681531860.630.1800.27196.7846.4649.8
Hex4499BA3F1201Bc52e32
Octal10423127277220333055662
Binary100010010011001101110101111111001001101111000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4499BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,153,186); }

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

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

 a { background-color: rgb(68,153,186); }

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

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

 span { border-color: rgb(68,153,186); }

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