#47a4b0

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

Shades of Boston Blue #47A4B0

Tints of Boston Blue #47A4B0

Color information

#47A4B0 (or 0x47A4B0) is unknown color: approx Boston Blue. HEX triplet: 47, A4 and B0. RGB value is (71,164,176). Sum of RGB (Red+Green+Blue) = 71+164+176=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 176 - color contains mainly: blue. Hex color #47A4B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A4B0 is #B85B4F. Grayscale: #898989. Windows color (decimal): -12082000 or 11576391. OLE color: 11576391.

HSL color Cylindrical-coordinate representation of color #47A4B0: hue angle of 186.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47A4B0 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71164176-
CMYK0.600.0700.31
HSL186.86º42.51%48.43%-
HSV(B)186.86º59.66%69.02%-
XYZ23.7131.0345.81-
YUV137.56149.6980.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=17.27%
G=39.90%
B=42.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711641760.600.0700.31186.8642.5148.43
Hex47A4B03C701Fbb2b30
Octal1072442607470372735360
Binary1000111101001001011000011110011101111110111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47a4b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,164,176); }

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

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

 a { background-color: rgb(71,164,176); }

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

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

 span { border-color: rgb(71,164,176); }

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