Html Css Color HEX #478BA9 Boston Blue

📋 copy color: '#478BA9'

red 71 ◦ green 139 ◦ blue 169

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

Shades of Boston Blue #478BA9

Tints of Boston Blue #478BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 169 (66.41% from 255) = 44.59%

R = 18.73%
G = 36.68%
B = 44.59%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#478BA9 (or 0x478BA9) is known color: Boston Blue. HEX triplet: 47, 8B and A9. RGB value is (71,139,169). Sum of RGB (Red+Green+Blue) = 71+139+169=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #478BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BA9 is #B87456. Grayscale: #797979. Windows color (decimal): -12088407 or 11111239. OLE color: 11111239.

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

Color convert

RGB 71 139 169 -
CMYK 0.58 0.18 0 0.34
HSL 198.37º 0.41% 0.47% -
HSV(B) 198.37º 0.58% 0.66% -
XYZ 18.99 22.67 40.91 -
YUV 122.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 71 139 169 0.58 0.18 0 0.34 198.37 0.41 0.47
Hex 47 8B A9 3A 12 0 22 C6 29 2F
Octal 107 213 251 72 22 0 42 306 51 57
Binary 1000111 10001011 10101001 111010 10010 0 100010 11000110 101001 101111

Color Harmonies of #478BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BA9

Black with #478BA9

Text Example


Text Example

White with #478BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,139,169); }

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

background-color css

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

 a { background-color: rgb(71,139,169); }

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

border-color css

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

 span { border-color: rgb(71,139,169); }

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