#448AA4

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

Shades of Boston Blue #448AA4

Tints of Boston Blue #448AA4

Color information

#448AA4 (or 0x448AA4) is unknown color: approx Boston Blue. HEX triplet: 44, 8A and A4. RGB value is (68,138,164). Sum of RGB (Red+Green+Blue) = 68+138+164=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #448AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448AA4 is #BB755B. Grayscale: #777777. Windows color (decimal): -12285276 or 10783300. OLE color: 10783300.

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

Color convert

RGB68138164-
CMYK0.590.1600.36
HSL196.25º41.38%45.49%-
HSV(B)196.25º58.54%64.31%-
XYZ18.1722.0938.43-
YUV120.03152.8190.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=18.38%
G=37.30%
B=44.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681381640.590.1600.36196.2541.3845.49
Hex448AA43B10024c4292d
Octal10421224473200443045155
Binary1000100100010101010010011101110000010010011000100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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