#448eaa

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

Shades of Boston Blue #448EAA

Tints of Boston Blue #448EAA

Color information

#448EAA (or 0x448EAA) is unknown color: approx Boston Blue. HEX triplet: 44, 8E and AA. RGB value is (68,142,170). Sum of RGB (Red+Green+Blue) = 68+142+170=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #448EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EAA is #BB7155. Grayscale: #7A7A7A. Windows color (decimal): -12284246 or 11177540. OLE color: 11177540.

HSL color Cylindrical-coordinate representation of color #448EAA: hue angle of 196.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448EAA is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68142170-
CMYK0.60.1600.33
HSL196.47º42.86%46.67%-
HSV(B)196.47º60%66.67%-
XYZ19.3123.4841.54-
YUV123.07154.4888.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.89%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=17.89%
G=37.37%
B=44.74%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681421700.60.1600.33196.4742.8646.67
Hex448EAA3C10021c42b2f
Octal10421625274200413045357
Binary1000100100011101010101011110010000010000111000100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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