#478DAF

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

Shades of Boston Blue #478DAF

Tints of Boston Blue #478DAF

Color information

#478DAF (or 0x478DAF) is unknown color: approx Boston Blue. HEX triplet: 47, 8D and AF. RGB value is (71,141,175). Sum of RGB (Red+Green+Blue) = 71+141+175=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #478DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DAF is #B87250. Grayscale: #7B7B7B. Windows color (decimal): -12087889 or 11504967. OLE color: 11504967.

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

Color convert

RGB71141175-
CMYK0.590.1900.31
HSL199.62º42.28%48.24%-
HSV(B)199.62º59.43%68.63%-
XYZ19.8623.4844.04-
YUV123.95156.8190.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=18.35%
G=36.43%
B=45.22%

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
Decimal711411750.590.1900.31199.6242.2848.24
Hex478DAF3B1301Fc82a30
Octal10721525773230373105260
Binary100011110001101101011111110111001101111111001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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