Html Css Color HEX #478DAA Boston Blue

📋 copy color: '#478DAA'

red 71 ◦ green 141 ◦ blue 170

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

Shades of Boston Blue #478DAA

Tints of Boston Blue #478DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 18.59%
G = 36.91%
B = 44.5%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478DAA (or 0x478DAA) is known color: Boston Blue. HEX triplet: 47, 8D and AA. RGB value is (71,141,170). Sum of RGB (Red+Green+Blue) = 71+141+170=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #478DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DAA is #B87255. Grayscale: #7B7B7B. Windows color (decimal): -12087894 or 11177287. OLE color: 11177287.

HSL color Cylindrical-coordinate representation of color #478DAA: hue angle of 197.58º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478DAA is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 141 170 -
CMYK 0.58 0.17 0 0.33
HSL 197.58º 0.41% 0.47% -
HSV(B) 197.58º 0.58% 0.67% -
XYZ 19.38 23.29 41.5 -
YUV 123.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 71 141 170 0.58 0.17 0 0.33 197.58 0.41 0.47
Hex 47 8D AA 3A 11 0 21 C6 29 2F
Octal 107 215 252 72 21 0 41 306 51 57
Binary 1000111 10001101 10101010 111010 10001 0 100001 11000110 101001 101111

Color Harmonies of #478DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DAA

Black with #478DAA

Text Example


Text Example

White with #478DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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