#4896BF

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

Shades of Boston Blue #4896BF

Tints of Boston Blue #4896BF

Color information

#4896BF (or 0x4896BF) is unknown color: approx Boston Blue. HEX triplet: 48, 96 and BF. RGB value is (72,150,191). Sum of RGB (Red+Green+Blue) = 72+150+191=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #4896BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4896BF is #B76940. Grayscale: #838383. Windows color (decimal): -12020033 or 12555848. OLE color: 12555848.

HSL color Cylindrical-coordinate representation of color #4896BF: hue angle of 200.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4896BF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72150191-
CMYK0.620.2100.25
HSL200.67º48.18%51.57%-
HSV(B)200.67º62.3%74.9%-
XYZ22.9826.9553.28-
YUV131.35161.6685.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.43%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 191 (75% from 255) = 46.25%
R=17.43%
G=36.32%
B=46.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721501910.620.2100.25200.6748.1851.57
Hex4896BF3E15019c93034
Octal11022627776250313116064
Binary100100010010110101111111111101010101100111001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4896BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4896BF; }

 p { color: rgb(72,150,191); }

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

<style>
 a { background-color: #4896BF; }

 a { background-color: rgb(72,150,191); }

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

<style>
 span { border-color: #4896BF; }

 span { border-color: rgb(72,150,191); }

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