#478FA7

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

Shades of Boston Blue #478FA7

Tints of Boston Blue #478FA7

Color information

#478FA7 (or 0x478FA7) is unknown color: approx Boston Blue. HEX triplet: 47, 8F and A7. RGB value is (71,143,167). Sum of RGB (Red+Green+Blue) = 71+143+167=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #478FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FA7 is #B87058. Grayscale: #7C7C7C. Windows color (decimal): -12087385 or 10981191. OLE color: 10981191.

HSL color Cylindrical-coordinate representation of color #478FA7: hue angle of 195º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #478FA7 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71143167-
CMYK0.570.1400.35
HSL195º40.34%46.67%-
HSV(B)195º57.49%65.49%-
XYZ19.423.7740.13-
YUV124.21152.1590.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.64%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 167 (65.62% from 255) = 43.83%
R=18.64%
G=37.53%
B=43.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711431670.570.1400.3519540.3446.67
Hex478FA739E023c3282f
Octal10721724771160433035057
Binary100011110001111101001111110011110010001111000011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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