Html Css Color HEX #478DAD Boston Blue

📋 copy color: '#478DAD'

red 71 ◦ green 141 ◦ blue 173

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

Shades of Boston Blue #478DAD

Tints of Boston Blue #478DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 18.44%
G = 36.62%
B = 44.94%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#478DAD (or 0x478DAD) is known color: Boston Blue. HEX triplet: 47, 8D and AD. RGB value is (71,141,173). Sum of RGB (Red+Green+Blue) = 71+141+173=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #478DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DAD is #B87252. Grayscale: #7B7B7B. Windows color (decimal): -12087891 or 11373895. OLE color: 11373895.

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

Color convert

RGB 71 141 173 -
CMYK 0.59 0.18 0 0.32
HSL 198.82º 0.42% 0.48% -
HSV(B) 198.82º 0.59% 0.68% -
XYZ 19.67 23.41 43.02 -
YUV 123.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 71 141 173 0.59 0.18 0 0.32 198.82 0.42 0.48
Hex 47 8D AD 3B 12 0 20 C7 2A 30
Octal 107 215 255 73 22 0 40 307 52 60
Binary 1000111 10001101 10101101 111011 10010 0 100000 11000111 101010 110000

Color Harmonies of #478DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DAD

Black with #478DAD

Text Example


Text Example

White with #478DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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