#478FAD

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

Shades of Boston Blue #478FAD

Tints of Boston Blue #478FAD

Color information

#478FAD (or 0x478FAD) is unknown color: approx Boston Blue. HEX triplet: 47, 8F and AD. RGB value is (71,143,173). Sum of RGB (Red+Green+Blue) = 71+143+173=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #478FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FAD is #B87052. Grayscale: #7C7C7C. Windows color (decimal): -12087379 or 11374407. OLE color: 11374407.

HSL color Cylindrical-coordinate representation of color #478FAD: hue angle of 197.65º 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 #478FAD is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71143173-
CMYK0.590.1700.32
HSL197.65º41.8%47.84%-
HSV(B)197.65º58.96%67.84%-
XYZ19.962443.12-
YUV124.89155.1589.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=18.35%
G=36.95%
B=44.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711431730.590.1700.32197.6541.847.84
Hex478FAD3B11020c62a30
Octal10721725573210403065260
Binary1000111100011111010110111101110001010000011000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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