Html Css Color HEX #478FAD Boston Blue

📋 copy color: '#478FAD'

red 71 ◦ green 143 ◦ blue 173

#478FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #478FAD

Tints of Boston Blue #478FAD

RGB

 RED value IS 71 (28.13% from 255) = 18.35%

 GREEN value IS 143 (56.25% from 255) = 36.95%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 18.35%
G = 36.95%
B = 44.7%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#478FAD (or 0x478FAD) is known color: Boston Blue. HEX triplet: 47, 8F and AD. RGB value is (71,143,173). Sum of RGB (Red+Green+Blue) = 71+143+173=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #478FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FAD is #B87052. Grayscale: #7C7C7C. Windows color (decimal): -12087379 or 11374407. OLE color: 11374407.

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

Color convert

RGB 71 143 173 -
CMYK 0.59 0.17 0 0.32
HSL 197.65º 0.42% 0.48% -
HSV(B) 197.65º 0.59% 0.68% -
XYZ 19.96 24 43.12 -
YUV 124.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 71 143 173 0.59 0.17 0 0.32 197.65 0.42 0.48
Hex 47 8F AD 3B 11 0 20 C6 2A 30
Octal 107 217 255 73 21 0 40 306 52 60
Binary 1000111 10001111 10101101 111011 10001 0 100000 11000110 101010 110000

Color Harmonies of #478FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FAD

Black with #478FAD

Text Example


Text Example

White with #478FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #478FAD;
 }
 .AnyTagClassName
 {
   color: #478FAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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