#478BAE

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

Shades of Boston Blue #478BAE

Tints of Boston Blue #478BAE

Color information

#478BAE (or 0x478BAE) is unknown color: approx Boston Blue. HEX triplet: 47, 8B and AE. RGB value is (71,139,174). Sum of RGB (Red+Green+Blue) = 71+139+174=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #478BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BAE is #B87451. Grayscale: #7A7A7A. Windows color (decimal): -12088402 or 11438919. OLE color: 11438919.

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

Color convert

RGB71139174-
CMYK0.590.2000.32
HSL200.39º42.04%48.04%-
HSV(B)200.39º59.2%68.24%-
XYZ19.4722.8643.43-
YUV122.66156.9791.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.49%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=18.49%
G=36.20%
B=45.31%

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
Decimal711391740.590.2000.32200.3942.0448.04
Hex478BAE3B14020c82a30
Octal10721325673240403105260
Binary1000111100010111010111011101110100010000011001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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