#448ba7

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

Shades of Boston Blue #448BA7

Tints of Boston Blue #448BA7

Color information

#448BA7 (or 0x448BA7) is unknown color: approx Boston Blue. HEX triplet: 44, 8B and A7. RGB value is (68,139,167). Sum of RGB (Red+Green+Blue) = 68+139+167=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #448BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448BA7 is #BB7458. Grayscale: #787878. Windows color (decimal): -12285017 or 10980164. OLE color: 10980164.

HSL color Cylindrical-coordinate representation of color #448BA7: hue angle of 196.97º 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 #448BA7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68139167-
CMYK0.590.1700.35
HSL196.97º42.13%46.08%-
HSV(B)196.97º59.28%65.49%-
XYZ18.5922.4839.92-
YUV120.96153.9890.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=18.18%
G=37.17%
B=44.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681391670.590.1700.35196.9742.1346.08
Hex448BA73B11023c52a2e
Octal10421324773210433055256
Binary1000100100010111010011111101110001010001111000101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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