#478EAF

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

Shades of Boston Blue #478EAF

Tints of Boston Blue #478EAF

Color information

#478EAF (or 0x478EAF) is unknown color: approx Boston Blue. HEX triplet: 47, 8E and AF. RGB value is (71,142,175). Sum of RGB (Red+Green+Blue) = 71+142+175=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #478EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EAF is #B87150. Grayscale: #7C7C7C. Windows color (decimal): -12087633 or 11505223. OLE color: 11505223.

HSL color Cylindrical-coordinate representation of color #478EAF: hue angle of 199.04º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478EAF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71142175-
CMYK0.590.1900.31
HSL199.04º42.28%48.24%-
HSV(B)199.04º59.43%68.63%-
XYZ20.0123.7844.09-
YUV124.53156.4889.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=18.30%
G=36.60%
B=45.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711421750.590.1900.31199.0442.2848.24
Hex478EAF3B1301Fc72a30
Octal10721625773230373075260
Binary100011110001110101011111110111001101111111000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478EAF; }

 p { color: rgb(71,142,175); }

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

<style>
 a { background-color: #478EAF; }

 a { background-color: rgb(71,142,175); }

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

<style>
 span { border-color: #478EAF; }

 span { border-color: rgb(71,142,175); }

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