Html Css Color HEX #49A2AE Boston Blue

📋 copy color: '#49A2AE'

red 73 ◦ green 162 ◦ blue 174

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

Shades of Boston Blue #49A2AE

Tints of Boston Blue #49A2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 17.85%
G = 39.61%
B = 42.54%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#49A2AE (or 0x49A2AE) is known color: Boston Blue. HEX triplet: 49, A2 and AE. RGB value is (73,162,174). Sum of RGB (Red+Green+Blue) = 73+162+174=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #49A2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A2AE is #B65D51. Grayscale: #888888. Windows color (decimal): -11951442 or 11444809. OLE color: 11444809.

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

Color convert

RGB 73 162 174 -
CMYK 0.58 0.07 0 0.32
HSL 187.13º 0.41% 0.48% -
HSV(B) 187.13º 0.58% 0.68% -
XYZ 23.31 30.31 44.67 -
YUV 136.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 73 162 174 0.58 0.07 0 0.32 187.13 0.41 0.48
Hex 49 A2 AE 3A 7 0 20 BB 29 30
Octal 111 242 256 72 7 0 40 273 51 60
Binary 1001001 10100010 10101110 111010 111 0 100000 10111011 101001 110000

Color Harmonies of #49A2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2AE

Black with #49A2AE

Text Example


Text Example

White with #49A2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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