#448DB1

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

Shades of Boston Blue #448DB1

Tints of Boston Blue #448DB1

Color information

#448DB1 (or 0x448DB1) is unknown color: approx Boston Blue. HEX triplet: 44, 8D and B1. RGB value is (68,141,177). Sum of RGB (Red+Green+Blue) = 68+141+177=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #448DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DB1 is #BB724E. Grayscale: #7B7B7B. Windows color (decimal): -12284495 or 11636036. OLE color: 11636036.

HSL color Cylindrical-coordinate representation of color #448DB1: hue angle of 199.82º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448DB1 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB68141177-
CMYK0.620.2000.31
HSL199.82º44.49%48.04%-
HSV(B)199.82º61.58%69.41%-
XYZ19.8423.4545.08-
YUV123.28158.3288.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=17.62%
G=36.53%
B=45.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681411770.620.2000.31199.8244.4948.04
Hex448DB13E1401Fc82c30
Octal10421526176240373105460
Binary100010010001101101100011111101010001111111001000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,141,177); }

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

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

 a { background-color: rgb(68,141,177); }

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

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

 span { border-color: rgb(68,141,177); }

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