#47A3AD

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

Shades of Boston Blue #47A3AD

Tints of Boston Blue #47A3AD

Color information

#47A3AD (or 0x47A3AD) is unknown color: approx Boston Blue. HEX triplet: 47, A3 and AD. RGB value is (71,163,173). Sum of RGB (Red+Green+Blue) = 71+163+173=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #47A3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A3AD is #B85C52. Grayscale: #888888. Windows color (decimal): -12082259 or 11379527. OLE color: 11379527.

HSL color Cylindrical-coordinate representation of color #47A3AD: hue angle of 185.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A3AD is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71163173-
CMYK0.590.0600.32
HSL185.88º41.8%47.84%-
HSV(B)185.88º58.96%67.84%-
XYZ23.2430.5544.21-
YUV136.63148.5281.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=17.44%
G=40.05%
B=42.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711631730.590.0600.32185.8841.847.84
Hex47A3AD3B6020ba2a30
Octal1072432557360402725260
Binary10001111010001110101101111011110010000010111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A3AD; }

 p { color: rgb(71,163,173); }

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

<style>
 a { background-color: #47A3AD; }

 a { background-color: rgb(71,163,173); }

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

<style>
 span { border-color: #47A3AD; }

 span { border-color: rgb(71,163,173); }

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