Html Css Color HEX #478BAD Boston Blue

📋 copy color: '#478BAD'

red 71 ◦ green 139 ◦ blue 173

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

Shades of Boston Blue #478BAD

Tints of Boston Blue #478BAD

RGB

 RED value IS 71 (28.13% 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 value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#478BAD (or 0x478BAD) is known color: 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

RGB 71 139 173 -
CMYK 0.59 0.20 0 0.32
HSL 200º 0.42% 0.48% -
HSV(B) 200º 0.59% 0.68% -
XYZ 19.37 22.82 42.92 -
YUV 122.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 71 139 173 0.59 0.20 0 0.32 200 0.42 0.48
Hex 47 8B AD 3B 14 0 20 C8 2A 30
Octal 107 213 255 73 24 0 40 310 52 60
Binary 1000111 10001011 10101101 111011 10100 0 100000 11001000 101010 110000

Color Harmonies of #478BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BAD

Black with #478BAD

Text Example


Text Example

White with #478BAD

Text Example


Text Example

HTML Codes & Css Web 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>