#4696AA

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

Shades of Boston Blue #4696AA

Tints of Boston Blue #4696AA

Color information

#4696AA (or 0x4696AA) is unknown color: approx Boston Blue. HEX triplet: 46, 96 and AA. RGB value is (70,150,170). Sum of RGB (Red+Green+Blue) = 70+150+170=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #4696AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4696AA is #B96955. Grayscale: #808080. Windows color (decimal): -12151126 or 11179590. OLE color: 11179590.

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

Color convert

RGB70150170-
CMYK0.590.1200.33
HSL192º41.67%47.06%-
HSV(B)192º58.82%66.67%-
XYZ20.6926.0241.96-
YUV128.36151.586.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=17.95%
G=38.46%
B=43.59%

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
Decimal701501700.590.1200.3319241.6747.06
Hex4696AA3BC021c02a2f
Octal10622625273140413005257
Binary100011010010110101010101110111100010000111000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4696AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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