#448CAA

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

Shades of Boston Blue #448CAA

Tints of Boston Blue #448CAA

Color information

#448CAA (or 0x448CAA) is unknown color: approx Boston Blue. HEX triplet: 44, 8C and AA. RGB value is (68,140,170). Sum of RGB (Red+Green+Blue) = 68+140+170=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #448CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448CAA is #BB7355. Grayscale: #797979. Windows color (decimal): -12284758 or 11177028. OLE color: 11177028.

HSL color Cylindrical-coordinate representation of color #448CAA: hue angle of 197.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448CAA is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68140170-
CMYK0.60.1800.33
HSL197.65º42.86%46.67%-
HSV(B)197.65º60%66.67%-
XYZ19.0222.8941.45-
YUV121.89155.1589.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=17.99%
G=37.04%
B=44.97%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681401700.60.1800.33197.6542.8646.67
Hex448CAA3C12021c62b2f
Octal10421425274220413065357
Binary1000100100011001010101011110010010010000111000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,140,170); }

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

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

 a { background-color: rgb(68,140,170); }

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

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

 span { border-color: rgb(68,140,170); }

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