#478EAA

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

Shades of Boston Blue #478EAA

Tints of Boston Blue #478EAA

Color information

#478EAA (or 0x478EAA) is unknown color: approx Boston Blue. HEX triplet: 47, 8E and AA. RGB value is (71,142,170). Sum of RGB (Red+Green+Blue) = 71+142+170=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #478EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EAA is #B87155. Grayscale: #7B7B7B. Windows color (decimal): -12087638 or 11177543. OLE color: 11177543.

HSL color Cylindrical-coordinate representation of color #478EAA: hue angle of 196.97º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478EAA is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71142170-
CMYK0.580.1600.33
HSL196.97º41.08%47.25%-
HSV(B)196.97º58.24%66.67%-
XYZ19.5323.5941.55-
YUV123.96153.9890.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=18.54%
G=37.08%
B=44.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711421700.580.1600.33196.9741.0847.25
Hex478EAA3A10021c5292f
Octal10721625272200413055157
Binary1000111100011101010101011101010000010000111000101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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