#4696AB

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

Shades of Boston Blue #4696AB

Tints of Boston Blue #4696AB

Color information

#4696AB (or 0x4696AB) is unknown color: approx Boston Blue. HEX triplet: 46, 96 and AB. RGB value is (70,150,171). Sum of RGB (Red+Green+Blue) = 70+150+171=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #4696AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4696AB is #B96954. Grayscale: #808080. Windows color (decimal): -12151125 or 11245126. OLE color: 11245126.

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

Color convert

RGB70150171-
CMYK0.590.1200.33
HSL192.48º41.91%47.25%-
HSV(B)192.48º59.06%67.06%-
XYZ20.7826.0642.46-
YUV128.4715286.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=17.90%
G=38.36%
B=43.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701501710.590.1200.33192.4841.9147.25
Hex4696AB3BC021c02a2f
Octal10622625373140413005257
Binary100011010010110101010111110111100010000111000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4696AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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