#4695A7

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

Shades of Boston Blue #4695A7

Tints of Boston Blue #4695A7

Color information

#4695A7 (or 0x4695A7) is unknown color: approx Boston Blue. HEX triplet: 46, 95 and A7. RGB value is (70,149,167). Sum of RGB (Red+Green+Blue) = 70+149+167=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 167 - color contains mainly: blue. Hex color #4695A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4695A7 is #B96A58. Grayscale: #7F7F7F. Windows color (decimal): -12151385 or 10982726. OLE color: 10982726.

HSL color Cylindrical-coordinate representation of color #4695A7: hue angle of 191.13º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4695A7 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70149167-
CMYK0.580.1100.35
HSL191.13º40.93%46.47%-
HSV(B)191.13º58.08%65.49%-
XYZ20.2525.5940.43-
YUV127.43150.3387.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 167 (65.62% from 255) = 43.26%
R=18.13%
G=38.60%
B=43.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701491670.580.1100.35191.1340.9346.47
Hex4695A73AB023bf292e
Octal10622524772130432775156
Binary100011010010101101001111110101011010001110111111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4695A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4695A7; }

 p { color: rgb(70,149,167); }

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

<style>
 a { background-color: #4695A7; }

 a { background-color: rgb(70,149,167); }

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

<style>
 span { border-color: #4695A7; }

 span { border-color: rgb(70,149,167); }

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