Html Css Color HEX #499BAA Boston Blue

📋 copy color: '#499BAA'

red 73 ◦ green 155 ◦ blue 170

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

Shades of Boston Blue #499BAA

Tints of Boston Blue #499BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

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

R = 18.34%
G = 38.94%
B = 42.71%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#499BAA (or 0x499BAA) is known color: Boston Blue. HEX triplet: 49, 9B and AA. RGB value is (73,155,170). Sum of RGB (Red+Green+Blue) = 73+155+170=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #499BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BAA is #B66455. Grayscale: #848484. Windows color (decimal): -11953238 or 11180873. OLE color: 11180873.

HSL color Cylindrical-coordinate representation of color #499BAA: hue angle of 189.28º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #499BAA is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 155 170 -
CMYK 0.57 0.09 0 0.33
HSL 189.28º 0.4% 0.48% -
HSV(B) 189.28º 0.57% 0.67% -
XYZ 21.72 27.76 42.24 -
YUV 132.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 73 155 170 0.57 0.09 0 0.33 189.28 0.4 0.48
Hex 49 9B AA 39 9 0 21 BD 28 30
Octal 111 233 252 71 11 0 41 275 50 60
Binary 1001001 10011011 10101010 111001 1001 0 100001 10111101 101000 110000

Color Harmonies of #499BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BAA

Black with #499BAA

Text Example


Text Example

White with #499BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499BAA; }

 p { color: rgb(73,155,170); }

 H1.HeaderClassName
 {
   color: #499BAA;
 }
 .AnyTagClassName
 {
   color: #499BAA;
 }
</style>

background-color css

<style>
 a { background-color: #499BAA; }

 a { background-color: rgb(73,155,170); }

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

border-color css

<style>
 span { border-color: #499BAA; }

 span { border-color: rgb(73,155,170); }

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