#478FAC

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

Shades of Boston Blue #478FAC

Tints of Boston Blue #478FAC

Color information

#478FAC (or 0x478FAC) is unknown color: approx Boston Blue. HEX triplet: 47, 8F and AC. RGB value is (71,143,172). Sum of RGB (Red+Green+Blue) = 71+143+172=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #478FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FAC is #B87053. Grayscale: #7C7C7C. Windows color (decimal): -12087380 or 11308871. OLE color: 11308871.

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

Color convert

RGB71143172-
CMYK0.590.1700.33
HSL197.23º41.56%47.65%-
HSV(B)197.23º58.72%67.45%-
XYZ19.8723.9642.61-
YUV124.78154.6589.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.39%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=18.39%
G=37.05%
B=44.56%

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
Decimal711431720.590.1700.33197.2341.5647.65
Hex478FAC3B11021c52a30
Octal10721725473210413055260
Binary1000111100011111010110011101110001010000111000101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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