#448DA4

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

Shades of Boston Blue #448DA4

Tints of Boston Blue #448DA4

Color information

#448DA4 (or 0x448DA4) is unknown color: approx Boston Blue. HEX triplet: 44, 8D and A4. RGB value is (68,141,164). Sum of RGB (Red+Green+Blue) = 68+141+164=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #448DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DA4 is #BB725B. Grayscale: #797979. Windows color (decimal): -12284508 or 10784068. OLE color: 10784068.

HSL color Cylindrical-coordinate representation of color #448DA4: hue angle of 194.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #448DA4 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68141164-
CMYK0.590.1400.36
HSL194.38º41.38%45.49%-
HSV(B)194.38º58.54%64.31%-
XYZ18.6122.9638.57-
YUV121.79151.8289.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.23%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=18.23%
G=37.80%
B=43.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681411640.590.1400.36194.3841.3845.49
Hex448DA43BE024c2292d
Octal10421524473160443025155
Binary100010010001101101001001110111110010010011000010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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