#4694AB

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

Shades of Boston Blue #4694AB

Tints of Boston Blue #4694AB

Color information

#4694AB (or 0x4694AB) is unknown color: approx Boston Blue. HEX triplet: 46, 94 and AB. RGB value is (70,148,171). Sum of RGB (Red+Green+Blue) = 70+148+171=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #4694AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4694AB is #B96B54. Grayscale: #7F7F7F. Windows color (decimal): -12151637 or 11244614. OLE color: 11244614.

HSL color Cylindrical-coordinate representation of color #4694AB: hue angle of 193.66º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4694AB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70148171-
CMYK0.590.1300.33
HSL193.66º41.91%47.25%-
HSV(B)193.66º59.06%67.06%-
XYZ20.4725.4242.36-
YUV127.3152.6687.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=17.99%
G=38.05%
B=43.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701481710.590.1300.33193.6641.9147.25
Hex4694AB3BD021c22a2f
Octal10622425373150413025257
Binary100011010010100101010111110111101010000111000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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