#4496BB

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

Shades of Boston Blue #4496BB

Tints of Boston Blue #4496BB

Color information

#4496BB (or 0x4496BB) is unknown color: approx Boston Blue. HEX triplet: 44, 96 and BB. RGB value is (68,150,187). Sum of RGB (Red+Green+Blue) = 68+150+187=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4496BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496BB is #BB6944. Grayscale: #818181. Windows color (decimal): -12282181 or 12293700. OLE color: 12293700.

HSL color Cylindrical-coordinate representation of color #4496BB: hue angle of 198.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4496BB is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68150187-
CMYK0.640.2000.27
HSL198.66º46.67%50%-
HSV(B)198.66º63.64%73.33%-
XYZ22.2626.6350.98-
YUV129.7160.3383.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.79%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=16.79%
G=37.04%
B=46.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681501870.640.2000.27198.6646.6750
Hex4496BB401401Bc72f32
Octal104226273100240333075762
Binary1000100100101101011101110000001010001101111000111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4496BB; }

 p { color: rgb(68,150,187); }

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

<style>
 a { background-color: #4496BB; }

 a { background-color: rgb(68,150,187); }

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

<style>
 span { border-color: #4496BB; }

 span { border-color: rgb(68,150,187); }

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