#46A4AC

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

Shades of Boston Blue #46A4AC

Tints of Boston Blue #46A4AC

Color information

#46A4AC (or 0x46A4AC) is unknown color: approx Boston Blue. HEX triplet: 46, A4 and AC. RGB value is (70,164,172). Sum of RGB (Red+Green+Blue) = 70+164+172=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #46A4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A4AC is #B95B53. Grayscale: #888888. Windows color (decimal): -12147540 or 11314246. OLE color: 11314246.

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

Color convert

RGB70164172-
CMYK0.590.0500.33
HSL184.71º42.15%47.45%-
HSV(B)184.71º59.3%67.45%-
XYZ23.2530.8343.76-
YUV136.81147.8680.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.24%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=17.24%
G=40.39%
B=42.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701641720.590.0500.33184.7142.1547.45
Hex46A4AC3B5021b92a2f
Octal1062442547350412715257
Binary10001101010010010101100111011101010000110111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A4AC; }

 p { color: rgb(70,164,172); }

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

<style>
 a { background-color: #46A4AC; }

 a { background-color: rgb(70,164,172); }

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

<style>
 span { border-color: #46A4AC; }

 span { border-color: rgb(70,164,172); }

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