#448EAD

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

Shades of Boston Blue #448EAD

Tints of Boston Blue #448EAD

Color information

#448EAD (or 0x448EAD) is unknown color: approx Boston Blue. HEX triplet: 44, 8E and AD. RGB value is (68,142,173). Sum of RGB (Red+Green+Blue) = 68+142+173=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #448EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EAD is #BB7152. Grayscale: #7B7B7B. Windows color (decimal): -12284243 or 11374148. OLE color: 11374148.

HSL color Cylindrical-coordinate representation of color #448EAD: hue angle of 197.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #448EAD is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68142173-
CMYK0.610.1800.32
HSL197.71º43.57%47.25%-
HSV(B)197.71º60.69%67.84%-
XYZ19.623.5943.06-
YUV123.41155.9888.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=17.75%
G=37.08%
B=45.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681421730.610.1800.32197.7143.5747.25
Hex448EAD3D12020c62c2f
Octal10421625575220403065457
Binary1000100100011101010110111110110010010000011000110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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