#448AAB

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

Shades of Boston Blue #448AAB

Tints of Boston Blue #448AAB

Color information

#448AAB (or 0x448AAB) is unknown color: approx Boston Blue. HEX triplet: 44, 8A and AB. RGB value is (68,138,171). Sum of RGB (Red+Green+Blue) = 68+138+171=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #448AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448AAB is #BB7554. Grayscale: #787878. Windows color (decimal): -12285269 or 11242052. OLE color: 11242052.

HSL color Cylindrical-coordinate representation of color #448AAB: hue angle of 199.22º 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 #448AAB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68138171-
CMYK0.600.1900.33
HSL199.22º43.1%46.86%-
HSV(B)199.22º60.23%67.06%-
XYZ18.8222.3541.85-
YUV120.83156.3190.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=18.04%
G=36.60%
B=45.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681381710.600.1900.33199.2243.146.86
Hex448AAB3C13021c72b2f
Octal10421225374230413075357
Binary1000100100010101010101111110010011010000111000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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