Html Css Color HEX #47A0AA Boston Blue

📋 copy color: '#47A0AA'

red 71 ◦ green 160 ◦ blue 170

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

Shades of Boston Blue #47A0AA

Tints of Boston Blue #47A0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.9%

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

R = 17.71%
G = 39.9%
B = 42.39%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47A0AA (or 0x47A0AA) is known color: Boston Blue. HEX triplet: 47, A0 and AA. RGB value is (71,160,170). Sum of RGB (Red+Green+Blue) = 71+160+170=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #47A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A0AA is #B85F55. Grayscale: #868686. Windows color (decimal): -12083030 or 11182151. OLE color: 11182151.

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

Color convert

RGB 71 160 170 -
CMYK 0.58 0.06 0 0.33
HSL 186.06º 0.41% 0.47% -
HSV(B) 186.06º 0.58% 0.67% -
XYZ 22.43 29.38 42.52 -
YUV 134.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 71 160 170 0.58 0.06 0 0.33 186.06 0.41 0.47
Hex 47 A0 AA 3A 6 0 21 BA 29 2F
Octal 107 240 252 72 6 0 41 272 51 57
Binary 1000111 10100000 10101010 111010 110 0 100001 10111010 101001 101111

Color Harmonies of #47A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0AA

Black with #47A0AA

Text Example


Text Example

White with #47A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A0AA; }

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

 H1.HeaderClassName
 {
   color: #47A0AA;
 }
 .AnyTagClassName
 {
   color: #47A0AA;
 }
</style>

background-color css

<style>
 a { background-color: #47A0AA; }

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

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

border-color css

<style>
 span { border-color: #47A0AA; }

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

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