#478BAD

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

Shades of Boston Blue #478BAD

Tints of Boston Blue #478BAD

Color information

#478BAD (or 0x478BAD) is unknown color: approx Boston Blue. HEX triplet: 47, 8B and AD. RGB value is (71,139,173). Sum of RGB (Red+Green+Blue) = 71+139+173=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #478BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BAD is #B87452. Grayscale: #7A7A7A. Windows color (decimal): -12088403 or 11373383. OLE color: 11373383.

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

Color convert

RGB71139173-
CMYK0.590.2000.32
HSL200º41.8%47.84%-
HSV(B)200º58.96%67.84%-
XYZ19.3722.8242.92-
YUV122.54156.4791.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=18.54%
G=36.29%
B=45.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711391730.590.2000.3220041.847.84
Hex478BAD3B14020c82a30
Octal10721325573240403105260
Binary1000111100010111010110111101110100010000011001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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