Html Css Color HEX #478BAC Boston Blue

📋 copy color: '#478BAC'

red 71 ◦ green 139 ◦ blue 172

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

Shades of Boston Blue #478BAC

Tints of Boston Blue #478BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 18.59%
G = 36.39%
B = 45.03%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478BAC (or 0x478BAC) is known color: Boston Blue. HEX triplet: 47, 8B and AC. RGB value is (71,139,172). Sum of RGB (Red+Green+Blue) = 71+139+172=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #478BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BAC is #B87453. Grayscale: #7A7A7A. Windows color (decimal): -12088404 or 11307847. OLE color: 11307847.

HSL color Cylindrical-coordinate representation of color #478BAC: hue angle of 199.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478BAC is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 139 172 -
CMYK 0.59 0.19 0 0.33
HSL 199.6º 0.42% 0.48% -
HSV(B) 199.6º 0.59% 0.67% -
XYZ 19.28 22.78 42.41 -
YUV 122.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 71 139 172 0.59 0.19 0 0.33 199.6 0.42 0.48
Hex 47 8B AC 3B 13 0 21 C8 2A 30
Octal 107 213 254 73 23 0 41 310 52 60
Binary 1000111 10001011 10101100 111011 10011 0 100001 11001000 101010 110000

Color Harmonies of #478BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BAC

Black with #478BAC

Text Example


Text Example

White with #478BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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