#4086AB

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

Shades of Boston Blue #4086AB

Tints of Boston Blue #4086AB

Color information

#4086AB (or 0x4086AB) is unknown color: approx Boston Blue. HEX triplet: 40, 86 and AB. RGB value is (64,134,171). Sum of RGB (Red+Green+Blue) = 64+134+171=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4086AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4086AB is #BF7954. Grayscale: #757575. Windows color (decimal): -12548437 or 11241024. OLE color: 11241024.

HSL color Cylindrical-coordinate representation of color #4086AB: hue angle of 200.75º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4086AB is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64134171-
CMYK0.630.2200.33
HSL200.75º45.53%46.08%-
HSV(B)200.75º62.57%67.06%-
XYZ17.9921.0841.65-
YUV117.29158.3189.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=17.34%
G=36.31%
B=46.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641341710.630.2200.33200.7545.5346.08
Hex4086AB3F16021c92e2e
Octal10020625377260413115656
Binary1000000100001101010101111111110110010000111001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4086AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,134,171); }

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

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

 a { background-color: rgb(64,134,171); }

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

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

 span { border-color: rgb(64,134,171); }

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