#449FBA

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

Shades of Boston Blue #449FBA

Tints of Boston Blue #449FBA

Color information

#449FBA (or 0x449FBA) is unknown color: approx Boston Blue. HEX triplet: 44, 9F and BA. RGB value is (68,159,186). Sum of RGB (Red+Green+Blue) = 68+159+186=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #449FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FBA is #BB6045. Grayscale: #868686. Windows color (decimal): -12279878 or 12230468. OLE color: 12230468.

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

Color convert

RGB68159186-
CMYK0.630.1500.27
HSL193.73º46.46%49.8%-
HSV(B)193.73º63.44%72.94%-
XYZ23.6429.5750.92-
YUV134.87156.8580.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.46%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=16.46%
G=38.50%
B=45.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681591860.630.1500.27193.7346.4649.8
Hex449FBA3FF01Bc22e32
Octal10423727277170333025662
Binary10001001001111110111010111111111101101111000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449FBA; }

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

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

<style>
 a { background-color: #449FBA; }

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

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

<style>
 span { border-color: #449FBA; }

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

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