#47A4B1

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

Shades of Boston Blue #47A4B1

Tints of Boston Blue #47A4B1

Color information

#47A4B1 (or 0x47A4B1) is unknown color: approx Boston Blue. HEX triplet: 47, A4 and B1. RGB value is (71,164,177). Sum of RGB (Red+Green+Blue) = 71+164+177=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #47A4B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A4B1 is #B85B4E. Grayscale: #898989. Windows color (decimal): -12081999 or 11641927. OLE color: 11641927.

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

Color convert

RGB71164177-
CMYK0.600.0700.31
HSL187.36º42.74%48.63%-
HSV(B)187.36º59.89%69.41%-
XYZ23.8131.0646.34-
YUV137.68150.1980.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.23%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=17.23%
G=39.81%
B=42.96%

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
Decimal711641770.600.0700.31187.3642.7448.63
Hex47A4B13C701Fbb2b31
Octal1072442617470372735361
Binary1000111101001001011000111110011101111110111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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