#448DAF

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

Shades of Boston Blue #448DAF

Tints of Boston Blue #448DAF

Color information

#448DAF (or 0x448DAF) is unknown color: approx Boston Blue. HEX triplet: 44, 8D and AF. RGB value is (68,141,175). Sum of RGB (Red+Green+Blue) = 68+141+175=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #448DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DAF is #BB7250. Grayscale: #7A7A7A. Windows color (decimal): -12284497 or 11504964. OLE color: 11504964.

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

Color convert

RGB68141175-
CMYK0.610.1900.31
HSL199.07º44.03%47.65%-
HSV(B)199.07º61.14%68.63%-
XYZ19.6523.3744.03-
YUV123.05157.3288.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=17.71%
G=36.72%
B=45.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681411750.610.1900.31199.0744.0347.65
Hex448DAF3D1301Fc72c30
Octal10421525775230373075460
Binary100010010001101101011111111011001101111111000111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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