#478CAD

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

Shades of Boston Blue #478CAD

Tints of Boston Blue #478CAD

Color information

#478CAD (or 0x478CAD) is unknown color: approx Boston Blue. HEX triplet: 47, 8C and AD. RGB value is (71,140,173). Sum of RGB (Red+Green+Blue) = 71+140+173=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #478CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CAD is #B87352. Grayscale: #7A7A7A. Windows color (decimal): -12088147 or 11373639. OLE color: 11373639.

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

Color convert

RGB71140173-
CMYK0.590.1900.32
HSL199.41º41.8%47.84%-
HSV(B)199.41º58.96%67.84%-
XYZ19.5223.1142.97-
YUV123.13156.1490.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.49%
GREEN value IS 140 (55.08% from 255) = 36.46%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=18.49%
G=36.46%
B=45.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711401730.590.1900.32199.4141.847.84
Hex478CAD3B13020c72a30
Octal10721425573230403075260
Binary1000111100011001010110111101110011010000011000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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