#448EA9

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

Shades of Boston Blue #448EA9

Tints of Boston Blue #448EA9

Color information

#448EA9 (or 0x448EA9) is unknown color: approx Boston Blue. HEX triplet: 44, 8E and A9. RGB value is (68,142,169). Sum of RGB (Red+Green+Blue) = 68+142+169=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #448EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EA9 is #BB7156. Grayscale: #7A7A7A. Windows color (decimal): -12284247 or 11112004. OLE color: 11112004.

HSL color Cylindrical-coordinate representation of color #448EA9: hue angle of 196.04º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448EA9 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB68142169-
CMYK0.600.1600.34
HSL196.04º42.62%46.47%-
HSV(B)196.04º59.76%66.27%-
XYZ19.2223.4441.05-
YUV122.95153.9888.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=17.94%
G=37.47%
B=44.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681421690.600.1600.34196.0442.6246.47
Hex448EA93C10022c42b2e
Octal10421625174200423045356
Binary1000100100011101010100111110010000010001011000100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448EA9; }

 p { color: rgb(68,142,169); }

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

<style>
 a { background-color: #448EA9; }

 a { background-color: rgb(68,142,169); }

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

<style>
 span { border-color: #448EA9; }

 span { border-color: rgb(68,142,169); }

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