#4698BF

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

Shades of Boston Blue #4698BF

Tints of Boston Blue #4698BF

Color information

#4698BF (or 0x4698BF) is unknown color: approx Boston Blue. HEX triplet: 46, 98 and BF. RGB value is (70,152,191). Sum of RGB (Red+Green+Blue) = 70+152+191=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #4698BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698BF is #B96740. Grayscale: #838383. Windows color (decimal): -12150593 or 12556358. OLE color: 12556358.

HSL color Cylindrical-coordinate representation of color #4698BF: hue angle of 199.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4698BF is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70152191-
CMYK0.630.2000.25
HSL199.34º48.59%51.18%-
HSV(B)199.34º63.35%74.9%-
XYZ23.1627.5253.38-
YUV131.93161.3383.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.95%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 191 (75% from 255) = 46.25%
R=16.95%
G=36.80%
B=46.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701521910.630.2000.25199.3448.5951.18
Hex4698BF3F14019c73133
Octal10623027777240313076163
Binary100011010011000101111111111111010001100111000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4698BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4698BF; }

 p { color: rgb(70,152,191); }

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

<style>
 a { background-color: #4698BF; }

 a { background-color: rgb(70,152,191); }

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

<style>
 span { border-color: #4698BF; }

 span { border-color: rgb(70,152,191); }

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