#449eb9

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

Shades of Boston Blue #449EB9

Tints of Boston Blue #449EB9

Color information

#449EB9 (or 0x449EB9) is unknown color: approx Boston Blue. HEX triplet: 44, 9E and B9. RGB value is (68,158,185). Sum of RGB (Red+Green+Blue) = 68+158+185=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #449EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EB9 is #BB6146. Grayscale: #858585. Windows color (decimal): -12280135 or 12164676. OLE color: 12164676.

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

Color convert

RGB68158185-
CMYK0.630.1500.27
HSL193.85º46.25%49.61%-
HSV(B)193.85º63.24%72.55%-
XYZ23.3729.1950.3-
YUV134.17156.6880.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.55%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 185 (72.66% from 255) = 45.01%
R=16.55%
G=38.44%
B=45.01%

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
Decimal681581850.630.1500.27193.8546.2549.61
Hex449EB93FF01Bc22e32
Octal10423627177170333025662
Binary10001001001111010111001111111111101101111000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,158,185); }

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

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

 a { background-color: rgb(68,158,185); }

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

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

 span { border-color: rgb(68,158,185); }

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