Html Css Color HEX #479CAD Boston Blue

📋 copy color: '#479CAD'

red 71 ◦ green 156 ◦ blue 173

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

Shades of Boston Blue #479CAD

Tints of Boston Blue #479CAD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

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

R = 17.75%
G = 39%
B = 43.25%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#479CAD (or 0x479CAD) is known color: Boston Blue. HEX triplet: 47, 9C and AD. RGB value is (71,156,173). Sum of RGB (Red+Green+Blue) = 71+156+173=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #479CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CAD is #B86352. Grayscale: #848484. Windows color (decimal): -12084051 or 11377735. OLE color: 11377735.

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

Color convert

RGB 71 156 173 -
CMYK 0.59 0.10 0 0.32
HSL 190º 0.42% 0.48% -
HSV(B) 190º 0.59% 0.68% -
XYZ 22.03 28.13 43.8 -
YUV 132.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 71 156 173 0.59 0.10 0 0.32 190 0.42 0.48
Hex 47 9C AD 3B A 0 20 BE 2A 30
Octal 107 234 255 73 12 0 40 276 52 60
Binary 1000111 10011100 10101101 111011 1010 0 100000 10111110 101010 110000

Color Harmonies of #479CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CAD

Black with #479CAD

Text Example


Text Example

White with #479CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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