#448AAE

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

Shades of Boston Blue #448AAE

Tints of Boston Blue #448AAE

Color information

#448AAE (or 0x448AAE) is unknown color: approx Boston Blue. HEX triplet: 44, 8A and AE. RGB value is (68,138,174). Sum of RGB (Red+Green+Blue) = 68+138+174=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #448AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448AAE is #BB7551. Grayscale: #787878. Windows color (decimal): -12285266 or 11438660. OLE color: 11438660.

HSL color Cylindrical-coordinate representation of color #448AAE: hue angle of 200.38º 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 #448AAE is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68138174-
CMYK0.610.2100.32
HSL200.38º43.8%47.45%-
HSV(B)200.38º60.92%68.24%-
XYZ19.1122.4643.37-
YUV121.17157.8190.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.89%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=17.89%
G=36.32%
B=45.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681381740.610.2100.32200.3843.847.45
Hex448AAE3D15020c82c2f
Octal10421225675250403105457
Binary1000100100010101010111011110110101010000011001000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,138,174); }

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

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

 a { background-color: rgb(68,138,174); }

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

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

 span { border-color: rgb(68,138,174); }

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