Html Css Color HEX #49A2AD Boston Blue

📋 copy color: '#49A2AD'

red 73 ◦ green 162 ◦ blue 173

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

Shades of Boston Blue #49A2AD

Tints of Boston Blue #49A2AD

RGB

 RED value IS 73 (28.91% from 255) = 17.89%

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

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

R = 17.89%
G = 39.71%
B = 42.4%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#49A2AD (or 0x49A2AD) is known color: Boston Blue. HEX triplet: 49, A2 and AD. RGB value is (73,162,173). Sum of RGB (Red+Green+Blue) = 73+162+173=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #49A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A2AD is #B65D52. Grayscale: #888888. Windows color (decimal): -11951443 or 11379273. OLE color: 11379273.

HSL color Cylindrical-coordinate representation of color #49A2AD: hue angle of 186.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A2AD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 162 173 -
CMYK 0.58 0.06 0 0.32
HSL 186.6º 0.41% 0.48% -
HSV(B) 186.6º 0.58% 0.68% -
XYZ 23.21 30.27 44.16 -
YUV 136.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 73 162 173 0.58 0.06 0 0.32 186.6 0.41 0.48
Hex 49 A2 AD 3A 6 0 20 BB 29 30
Octal 111 242 255 72 6 0 40 273 51 60
Binary 1001001 10100010 10101101 111010 110 0 100000 10111011 101001 110000

Color Harmonies of #49A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2AD

Black with #49A2AD

Text Example


Text Example

White with #49A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A2AD; }

 p { color: rgb(73,162,173); }

 H1.HeaderClassName
 {
   color: #49A2AD;
 }
 .AnyTagClassName
 {
   color: #49A2AD;
 }
</style>

background-color css

<style>
 a { background-color: #49A2AD; }

 a { background-color: rgb(73,162,173); }

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

border-color css

<style>
 span { border-color: #49A2AD; }

 span { border-color: rgb(73,162,173); }

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