#4499AA

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

Shades of Boston Blue #4499AA

Tints of Boston Blue #4499AA

Color information

#4499AA (or 0x4499AA) is unknown color: approx Boston Blue. HEX triplet: 44, 99 and AA. RGB value is (68,153,170). Sum of RGB (Red+Green+Blue) = 68+153+170=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #4499AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4499AA is #BB6655. Grayscale: #818181. Windows color (decimal): -12281430 or 11180356. OLE color: 11180356.

HSL color Cylindrical-coordinate representation of color #4499AA: hue angle of 190º 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 #4499AA is Cyan = 0.6, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68153170-
CMYK0.60.100.33
HSL190º42.86%46.67%-
HSV(B)190º60%66.67%-
XYZ21.0326.9142.12-
YUV129.52150.8484.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681531700.60.100.3319042.8646.67
Hex4499AA3CA021be2b2f
Octal10423125274120412765357
Binary100010010011001101010101111001010010000110111110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4499AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4499AA; }

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

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

<style>
 a { background-color: #4499AA; }

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

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

<style>
 span { border-color: #4499AA; }

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

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