#478EAC

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

Shades of Boston Blue #478EAC

Tints of Boston Blue #478EAC

Color information

#478EAC (or 0x478EAC) is unknown color: approx Boston Blue. HEX triplet: 47, 8E and AC. RGB value is (71,142,172). Sum of RGB (Red+Green+Blue) = 71+142+172=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #478EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EAC is #B87153. Grayscale: #7C7C7C. Windows color (decimal): -12087636 or 11308615. OLE color: 11308615.

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

Color convert

RGB71142172-
CMYK0.590.1700.33
HSL197.82º41.56%47.65%-
HSV(B)197.82º58.72%67.45%-
XYZ19.7223.6642.56-
YUV124.19154.9890.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=18.44%
G=36.88%
B=44.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711421720.590.1700.33197.8241.5647.65
Hex478EAC3B11021c62a30
Octal10721625473210413065260
Binary1000111100011101010110011101110001010000111000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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