Html Css Color HEX #499AAA Boston Blue

📋 copy color: '#499AAA'

red 73 ◦ green 154 ◦ blue 170

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

Shades of Boston Blue #499AAA

Tints of Boston Blue #499AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 18.39%
G = 38.79%
B = 42.82%

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

#499AAA (or 0x499AAA) is known color: Boston Blue. HEX triplet: 49, 9A and AA. RGB value is (73,154,170). Sum of RGB (Red+Green+Blue) = 73+154+170=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #499AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AAA is #B66555. Grayscale: #838383. Windows color (decimal): -11953494 or 11180617. OLE color: 11180617.

HSL color Cylindrical-coordinate representation of color #499AAA: hue angle of 189.9º 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 #499AAA is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 154 170 -
CMYK 0.57 0.09 0 0.33
HSL 189.9º 0.4% 0.48% -
HSV(B) 189.9º 0.57% 0.67% -
XYZ 21.56 27.43 42.19 -
YUV 131.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 73 154 170 0.57 0.09 0 0.33 189.9 0.4 0.48
Hex 49 9A AA 39 9 0 21 BE 28 30
Octal 111 232 252 71 11 0 41 276 50 60
Binary 1001001 10011010 10101010 111001 1001 0 100001 10111110 101000 110000

Color Harmonies of #499AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AAA

Black with #499AAA

Text Example


Text Example

White with #499AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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