#4486AC

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

Shades of Boston Blue #4486AC

Tints of Boston Blue #4486AC

Color information

#4486AC (or 0x4486AC) is unknown color: approx Boston Blue. HEX triplet: 44, 86 and AC. RGB value is (68,134,172). Sum of RGB (Red+Green+Blue) = 68+134+172=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4486AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4486AC is #BB7953. Grayscale: #767676. Windows color (decimal): -12286292 or 11306564. OLE color: 11306564.

HSL color Cylindrical-coordinate representation of color #4486AC: hue angle of 201.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4486AC is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68134172-
CMYK0.600.2200.33
HSL201.92º43.33%47.06%-
HSV(B)201.92º60.47%67.45%-
XYZ18.3621.2642.17-
YUV118.6158.1391.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=18.18%
G=35.83%
B=45.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681341720.600.2200.33201.9243.3347.06
Hex4486AC3C16021ca2b2f
Octal10420625474260413125357
Binary1000100100001101010110011110010110010000111001010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4486AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4486AC; }

 p { color: rgb(68,134,172); }

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

<style>
 a { background-color: #4486AC; }

 a { background-color: rgb(68,134,172); }

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

<style>
 span { border-color: #4486AC; }

 span { border-color: rgb(68,134,172); }

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