#4496BC

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

Shades of Boston Blue #4496BC

Tints of Boston Blue #4496BC

Color information

#4496BC (or 0x4496BC) is unknown color: approx Boston Blue. HEX triplet: 44, 96 and BC. RGB value is (68,150,188). Sum of RGB (Red+Green+Blue) = 68+150+188=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4496BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496BC is #BB6943. Grayscale: #818181. Windows color (decimal): -12282180 or 12359236. OLE color: 12359236.

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

Color convert

RGB68150188-
CMYK0.640.2000.26
HSL199º47.24%50.2%-
HSV(B)199º63.83%73.73%-
XYZ22.3726.6751.55-
YUV129.81160.8383.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.75%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=16.75%
G=36.95%
B=46.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681501880.640.2000.2619947.2450.2
Hex4496BC401401Ac72f32
Octal104226274100240323075762
Binary1000100100101101011110010000001010001101011000111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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