#4697AA

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

Shades of Boston Blue #4697AA

Tints of Boston Blue #4697AA

Color information

#4697AA (or 0x4697AA) is unknown color: approx Boston Blue. HEX triplet: 46, 97 and AA. RGB value is (70,151,170). Sum of RGB (Red+Green+Blue) = 70+151+170=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #4697AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4697AA is #B96855. Grayscale: #808080. Windows color (decimal): -12150870 or 11179846. OLE color: 11179846.

HSL color Cylindrical-coordinate representation of color #4697AA: hue angle of 191.4º 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 #4697AA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70151170-
CMYK0.590.1100.33
HSL191.4º41.67%47.06%-
HSV(B)191.4º58.82%66.67%-
XYZ20.8526.3442.02-
YUV128.95151.1685.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=17.90%
G=38.62%
B=43.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701511700.590.1100.33191.441.6747.06
Hex4697AA3BB021bf2a2f
Octal10622725273130412775257
Binary100011010010111101010101110111011010000110111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4697AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4697AA; }

 p { color: rgb(70,151,170); }

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

<style>
 a { background-color: #4697AA; }

 a { background-color: rgb(70,151,170); }

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

<style>
 span { border-color: #4697AA; }

 span { border-color: rgb(70,151,170); }

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