#40A6AB

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

Shades of Boston Blue #40A6AB

Tints of Boston Blue #40A6AB

Color information

#40A6AB (or 0x40A6AB) is unknown color: approx Boston Blue. HEX triplet: 40, A6 and AB. RGB value is (64,166,171). Sum of RGB (Red+Green+Blue) = 64+166+171=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #40A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A6AB is #BF5954. Grayscale: #878787. Windows color (decimal): -12540245 or 11249216. OLE color: 11249216.

HSL color Cylindrical-coordinate representation of color #40A6AB: hue angle of 182.8º 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 #40A6AB is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64166171-
CMYK0.630.0300.33
HSL182.8º45.53%46.08%-
HSV(B)182.8º62.57%67.06%-
XYZ23.131.343.35-
YUV136.07147.7176.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=15.96%
G=41.40%
B=42.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641661710.630.0300.33182.845.5346.08
Hex40A6AB3F3021b72e2e
Octal1002462537730412675656
Binary1000000101001101010101111111111010000110110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A6AB; }

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

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

<style>
 a { background-color: #40A6AB; }

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

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

<style>
 span { border-color: #40A6AB; }

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

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