Html Css Color HEX #47A2AB Boston Blue

📋 copy color: '#47A2AB'

red 71 ◦ green 162 ◦ blue 171

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

Shades of Boston Blue #47A2AB

Tints of Boston Blue #47A2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 17.57%
G = 40.1%
B = 42.33%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47A2AB (or 0x47A2AB) is known color: Boston Blue. HEX triplet: 47, A2 and AB. RGB value is (71,162,171). Sum of RGB (Red+Green+Blue) = 71+162+171=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #47A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A2AB is #B85D54. Grayscale: #878787. Windows color (decimal): -12082517 or 11248199. OLE color: 11248199.

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

Color convert

RGB 71 162 171 -
CMYK 0.58 0.05 0 0.33
HSL 185.4º 0.41% 0.47% -
HSV(B) 185.4º 0.58% 0.67% -
XYZ 22.87 30.12 43.14 -
YUV 135.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 71 162 171 0.58 0.05 0 0.33 185.4 0.41 0.47
Hex 47 A2 AB 3A 5 0 21 B9 29 2F
Octal 107 242 253 72 5 0 41 271 51 57
Binary 1000111 10100010 10101011 111010 101 0 100001 10111001 101001 101111

Color Harmonies of #47A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A2AB

Black with #47A2AB

Text Example


Text Example

White with #47A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,162,171); }

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

background-color css

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

 a { background-color: rgb(71,162,171); }

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

border-color css

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

 span { border-color: rgb(71,162,171); }

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