Html Css Color HEX #479DAA Boston Blue

📋 copy color: '#479DAA'

red 71 ◦ green 157 ◦ blue 170

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

Shades of Boston Blue #479DAA

Tints of Boston Blue #479DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 17.84%
G = 39.45%
B = 42.71%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#479DAA (or 0x479DAA) is known color: Boston Blue. HEX triplet: 47, 9D and AA. RGB value is (71,157,170). Sum of RGB (Red+Green+Blue) = 71+157+170=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #479DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479DAA is #B86255. Grayscale: #848484. Windows color (decimal): -12083798 or 11181383. OLE color: 11181383.

HSL color Cylindrical-coordinate representation of color #479DAA: hue angle of 187.88º 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 #479DAA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 157 170 -
CMYK 0.58 0.08 0 0.33
HSL 187.88º 0.41% 0.47% -
HSV(B) 187.88º 0.58% 0.67% -
XYZ 21.91 28.36 42.35 -
YUV 132.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 71 157 170 0.58 0.08 0 0.33 187.88 0.41 0.47
Hex 47 9D AA 3A 8 0 21 BC 29 2F
Octal 107 235 252 72 10 0 41 274 51 57
Binary 1000111 10011101 10101010 111010 1000 0 100001 10111100 101001 101111

Color Harmonies of #479DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479DAA

Black with #479DAA

Text Example


Text Example

White with #479DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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