#449BBA

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

Shades of Boston Blue #449BBA

Tints of Boston Blue #449BBA

Color information

#449BBA (or 0x449BBA) is unknown color: approx Boston Blue. HEX triplet: 44, 9B and BA. RGB value is (68,155,186). Sum of RGB (Red+Green+Blue) = 68+155+186=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #449BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BBA is #BB6445. Grayscale: #848484. Windows color (decimal): -12280902 or 12229444. OLE color: 12229444.

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

Color convert

RGB68155186-
CMYK0.630.1700.27
HSL195.76º46.46%49.8%-
HSV(B)195.76º63.44%72.94%-
XYZ22.9728.2250.69-
YUV132.52158.1881.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.63%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=16.63%
G=37.90%
B=45.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681551860.630.1700.27195.7646.4649.8
Hex449BBA3F1101Bc42e32
Octal10423327277210333045662
Binary100010010011011101110101111111000101101111000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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