#4699BC

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

Shades of Boston Blue #4699BC

Tints of Boston Blue #4699BC

Color information

#4699BC (or 0x4699BC) is unknown color: approx Boston Blue. HEX triplet: 46, 99 and BC. RGB value is (70,153,188). Sum of RGB (Red+Green+Blue) = 70+153+188=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #4699BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699BC is #B96643. Grayscale: #838383. Windows color (decimal): -12150340 or 12360006. OLE color: 12360006.

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

Color convert

RGB70153188-
CMYK0.630.1900.26
HSL197.8º46.83%50.59%-
HSV(B)197.8º62.77%73.73%-
XYZ22.9927.7251.71-
YUV132.17159.583.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=17.03%
G=37.23%
B=45.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701531880.630.1900.26197.846.8350.59
Hex4699BC3F1301Ac62f33
Octal10623127477230323065763
Binary100011010011001101111001111111001101101011000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4699BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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