Html Css Color HEX #47A1AD Boston Blue

📋 copy color: '#47A1AD'

red 71 ◦ green 161 ◦ blue 173

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

Shades of Boston Blue #47A1AD

Tints of Boston Blue #47A1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

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

R = 17.53%
G = 39.75%
B = 42.72%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#47A1AD (or 0x47A1AD) is known color: Boston Blue. HEX triplet: 47, A1 and AD. RGB value is (71,161,173). Sum of RGB (Red+Green+Blue) = 71+161+173=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #47A1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A1AD is #B85E52. Grayscale: #878787. Windows color (decimal): -12082771 or 11379015. OLE color: 11379015.

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

Color convert

RGB 71 161 173 -
CMYK 0.59 0.07 0 0.32
HSL 187.06º 0.42% 0.48% -
HSV(B) 187.06º 0.59% 0.68% -
XYZ 22.89 29.85 44.09 -
YUV 135.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 71 161 173 0.59 0.07 0 0.32 187.06 0.42 0.48
Hex 47 A1 AD 3B 7 0 20 BB 2A 30
Octal 107 241 255 73 7 0 40 273 52 60
Binary 1000111 10100001 10101101 111011 111 0 100000 10111011 101010 110000

Color Harmonies of #47A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A1AD

Black with #47A1AD

Text Example


Text Example

White with #47A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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