#4699BB

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

Shades of Boston Blue #4699BB

Tints of Boston Blue #4699BB

Color information

#4699BB (or 0x4699BB) is unknown color: approx Boston Blue. HEX triplet: 46, 99 and BB. RGB value is (70,153,187). Sum of RGB (Red+Green+Blue) = 70+153+187=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #4699BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699BB is #B96644. Grayscale: #838383. Windows color (decimal): -12150341 or 12294470. OLE color: 12294470.

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

Color convert

RGB70153187-
CMYK0.630.1800.27
HSL197.44º46.25%50.39%-
HSV(B)197.44º62.57%73.33%-
XYZ22.8927.6751.15-
YUV132.0615983.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.07%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=17.07%
G=37.32%
B=45.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701531870.630.1800.27197.4446.2550.39
Hex4699BB3F1201Bc52e32
Octal10623127377220333055662
Binary100011010011001101110111111111001001101111000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4699BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,153,187); }

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

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

 a { background-color: rgb(70,153,187); }

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

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

 span { border-color: rgb(70,153,187); }

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