#449DAD

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

Shades of Boston Blue #449DAD

Tints of Boston Blue #449DAD

Color information

#449DAD (or 0x449DAD) is unknown color: approx Boston Blue. HEX triplet: 44, 9D and AD. RGB value is (68,157,173). Sum of RGB (Red+Green+Blue) = 68+157+173=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #449DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449DAD is #BB6252. Grayscale: #848484. Windows color (decimal): -12280403 or 11377988. OLE color: 11377988.

HSL color Cylindrical-coordinate representation of color #449DAD: hue angle of 189.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #449DAD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68157173-
CMYK0.610.0900.32
HSL189.14º43.57%47.25%-
HSV(B)189.14º60.69%67.84%-
XYZ21.9828.3643.85-
YUV132.21151.0182.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.09%
GREEN value IS 157 (61.72% from 255) = 39.45%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=17.09%
G=39.45%
B=43.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681571730.610.0900.32189.1443.5747.25
Hex449DAD3D9020bd2c2f
Octal10423525575110402755457
Binary100010010011101101011011111011001010000010111101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,173); }

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

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

 a { background-color: rgb(68,157,173); }

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

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

 span { border-color: rgb(68,157,173); }

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