Html Css Color HEX #479AAD Boston Blue

📋 copy color: '#479AAD'

red 71 ◦ green 154 ◦ blue 173

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

Shades of Boston Blue #479AAD

Tints of Boston Blue #479AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

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

R = 17.84%
G = 38.69%
B = 43.47%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#479AAD (or 0x479AAD) is known color: Boston Blue. HEX triplet: 47, 9A and AD. RGB value is (71,154,173). Sum of RGB (Red+Green+Blue) = 71+154+173=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #479AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479AAD is #B86552. Grayscale: #838383. Windows color (decimal): -12084563 or 11377223. OLE color: 11377223.

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

Color convert

RGB 71 154 173 -
CMYK 0.59 0.11 0 0.32
HSL 191.18º 0.42% 0.48% -
HSV(B) 191.18º 0.59% 0.68% -
XYZ 21.7 27.47 43.69 -
YUV 131.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 71 154 173 0.59 0.11 0 0.32 191.18 0.42 0.48
Hex 47 9A AD 3B B 0 20 BF 2A 30
Octal 107 232 255 73 13 0 40 277 52 60
Binary 1000111 10011010 10101101 111011 1011 0 100000 10111111 101010 110000

Color Harmonies of #479AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479AAD

Black with #479AAD

Text Example


Text Example

White with #479AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479AAD; }

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

 H1.HeaderClassName
 {
   color: #479AAD;
 }
 .AnyTagClassName
 {
   color: #479AAD;
 }
</style>

background-color css

<style>
 a { background-color: #479AAD; }

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

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

border-color css

<style>
 span { border-color: #479AAD; }

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

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