#448EAB

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

Shades of Boston Blue #448EAB

Tints of Boston Blue #448EAB

Color information

#448EAB (or 0x448EAB) is unknown color: approx Boston Blue. HEX triplet: 44, 8E and AB. RGB value is (68,142,171). Sum of RGB (Red+Green+Blue) = 68+142+171=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #448EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EAB is #BB7154. Grayscale: #7A7A7A. Windows color (decimal): -12284245 or 11243076. OLE color: 11243076.

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

Color convert

RGB68142171-
CMYK0.600.1700.33
HSL196.89º43.1%46.86%-
HSV(B)196.89º60.23%67.06%-
XYZ19.4123.5242.04-
YUV123.18154.9888.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.85%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=17.85%
G=37.27%
B=44.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681421710.600.1700.33196.8943.146.86
Hex448EAB3C11021c52b2f
Octal10421625374210413055357
Binary1000100100011101010101111110010001010000111000101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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