#478BB1

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

Shades of Boston Blue #478BB1

Tints of Boston Blue #478BB1

Color information

#478BB1 (or 0x478BB1) is unknown color: approx Boston Blue. HEX triplet: 47, 8B and B1. RGB value is (71,139,177). Sum of RGB (Red+Green+Blue) = 71+139+177=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #478BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BB1 is #B8744E. Grayscale: #7A7A7A. Windows color (decimal): -12088399 or 11635527. OLE color: 11635527.

HSL color Cylindrical-coordinate representation of color #478BB1: hue angle of 201.51º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478BB1 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71139177-
CMYK0.600.2100.31
HSL201.51º42.74%48.63%-
HSV(B)201.51º59.89%69.41%-
XYZ19.7722.9844.99-
YUV123158.4790.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=18.35%
G=35.92%
B=45.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711391770.600.2100.31201.5142.7448.63
Hex478BB13C1501Fca2b31
Octal10721326174250373125361
Binary100011110001011101100011111001010101111111001010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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