#4686AB

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

Shades of Boston Blue #4686AB

Tints of Boston Blue #4686AB

Color information

#4686AB (or 0x4686AB) is unknown color: approx Boston Blue. HEX triplet: 46, 86 and AB. RGB value is (70,134,171). Sum of RGB (Red+Green+Blue) = 70+134+171=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #4686AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4686AB is #B97954. Grayscale: #767676. Windows color (decimal): -12155221 or 11241030. OLE color: 11241030.

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

Color convert

RGB70134171-
CMYK0.590.2200.33
HSL201.98º41.91%47.25%-
HSV(B)201.98º59.06%67.06%-
XYZ18.421.2941.67-
YUV119.08157.392.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=18.67%
G=35.73%
B=45.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701341710.590.2200.33201.9841.9147.25
Hex4686AB3B16021ca2a2f
Octal10620625373260413125257
Binary1000110100001101010101111101110110010000111001010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4686AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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