#448FA7

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

Shades of Boston Blue #448FA7

Tints of Boston Blue #448FA7

Color information

#448FA7 (or 0x448FA7) is unknown color: approx Boston Blue. HEX triplet: 44, 8F and A7. RGB value is (68,143,167). Sum of RGB (Red+Green+Blue) = 68+143+167=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #448FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FA7 is #BB7058. Grayscale: #7B7B7B. Windows color (decimal): -12283993 or 10981188. OLE color: 10981188.

HSL color Cylindrical-coordinate representation of color #448FA7: hue angle of 194.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #448FA7 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68143167-
CMYK0.590.1400.35
HSL194.55º42.13%46.08%-
HSV(B)194.55º59.28%65.49%-
XYZ19.1823.6640.12-
YUV123.31152.6588.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=17.99%
G=37.83%
B=44.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681431670.590.1400.35194.5542.1346.08
Hex448FA73BE023c32a2e
Octal10421724773160433035256
Binary100010010001111101001111110111110010001111000011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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