#4694BB

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

Shades of Boston Blue #4694BB

Tints of Boston Blue #4694BB

Color information

#4694BB (or 0x4694BB) is unknown color: approx Boston Blue. HEX triplet: 46, 94 and BB. RGB value is (70,148,187). Sum of RGB (Red+Green+Blue) = 70+148+187=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 148 (58.20% from 255 or 36.54% 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 #4694BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694BB is #B96B44. Grayscale: #808080. Windows color (decimal): -12151621 or 12293190. OLE color: 12293190.

HSL color Cylindrical-coordinate representation of color #4694BB: hue angle of 200º 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 #4694BB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70148187-
CMYK0.630.2100.27
HSL200º46.25%50.39%-
HSV(B)200º62.57%73.33%-
XYZ22.0926.0750.88-
YUV129.12160.6685.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=17.28%
G=36.54%
B=46.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701481870.630.2100.2720046.2550.39
Hex4694BB3F1501Bc82e32
Octal10622427377250333105662
Binary100011010010100101110111111111010101101111001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4694BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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