#448FAB

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

Shades of Boston Blue #448FAB

Tints of Boston Blue #448FAB

Color information

#448FAB (or 0x448FAB) is unknown color: approx Boston Blue. HEX triplet: 44, 8F and AB. RGB value is (68,143,171). Sum of RGB (Red+Green+Blue) = 68+143+171=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #448FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FAB is #BB7054. Grayscale: #7B7B7B. Windows color (decimal): -12283989 or 11243332. OLE color: 11243332.

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

Color convert

RGB68143171-
CMYK0.600.1600.33
HSL196.31º43.1%46.86%-
HSV(B)196.31º60.23%67.06%-
XYZ19.5623.8142.09-
YUV123.77154.6588.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.80%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=17.80%
G=37.43%
B=44.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681431710.600.1600.33196.3143.146.86
Hex448FAB3C10021c42b2f
Octal10421725374200413045357
Binary1000100100011111010101111110010000010000111000100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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