#4698AD

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

Shades of Boston Blue #4698AD

Tints of Boston Blue #4698AD

Color information

#4698AD (or 0x4698AD) is unknown color: approx Boston Blue. HEX triplet: 46, 98 and AD. RGB value is (70,152,173). Sum of RGB (Red+Green+Blue) = 70+152+173=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #4698AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4698AD is #B96752. Grayscale: #818181. Windows color (decimal): -12150611 or 11376710. OLE color: 11376710.

HSL color Cylindrical-coordinate representation of color #4698AD: hue angle of 192.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4698AD is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70152173-
CMYK0.600.1200.32
HSL192.23º42.39%47.65%-
HSV(B)192.23º59.54%67.84%-
XYZ21.326.7843.58-
YUV129.88152.3385.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=17.72%
G=38.48%
B=43.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701521730.600.1200.32192.2342.3947.65
Hex4698AD3CC020c02a30
Octal10623025574140403005260
Binary100011010011000101011011111001100010000011000000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4698AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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