#449BA4

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

Shades of Boston Blue #449BA4

Tints of Boston Blue #449BA4

Color information

#449BA4 (or 0x449BA4) is unknown color: approx Boston Blue. HEX triplet: 44, 9B and A4. RGB value is (68,155,164). Sum of RGB (Red+Green+Blue) = 68+155+164=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #449BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449BA4 is #BB645B. Grayscale: #818181. Windows color (decimal): -12280924 or 10787652. OLE color: 10787652.

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

Color convert

RGB68155164-
CMYK0.590.0500.36
HSL185.62º41.38%45.49%-
HSV(B)185.62º58.54%64.31%-
XYZ20.8127.3539.3-
YUV130.01147.1883.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.57%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=17.57%
G=40.05%
B=42.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681551640.590.0500.36185.6241.3845.49
Hex449BA43B5024ba292d
Octal1042332447350442725155
Binary10001001001101110100100111011101010010010111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449BA4; }

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

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

<style>
 a { background-color: #449BA4; }

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

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

<style>
 span { border-color: #449BA4; }

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

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