Html Css Color HEX #499FBA Boston Blue

📋 copy color: '#499FBA'

red 73 ◦ green 159 ◦ blue 186

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

Shades of Boston Blue #499FBA

Tints of Boston Blue #499FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 17.46%
G = 38.04%
B = 44.5%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499FBA (or 0x499FBA) is known color: Boston Blue. HEX triplet: 49, 9F and BA. RGB value is (73,159,186). Sum of RGB (Red+Green+Blue) = 73+159+186=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #499FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FBA is #B66045. Grayscale: #888888. Windows color (decimal): -11952198 or 12230473. OLE color: 12230473.

HSL color Cylindrical-coordinate representation of color #499FBA: hue angle of 194.34º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499FBA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 159 186 -
CMYK 0.61 0.15 0 0.27
HSL 194.34º 0.45% 0.51% -
HSV(B) 194.34º 0.61% 0.73% -
XYZ 24.01 29.76 50.93 -
YUV 136.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 73 159 186 0.61 0.15 0 0.27 194.34 0.45 0.51
Hex 49 9F BA 3D F 0 1B C2 2D 33
Octal 111 237 272 75 17 0 33 302 55 63
Binary 1001001 10011111 10111010 111101 1111 0 11011 11000010 101101 110011

Color Harmonies of #499FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FBA

Black with #499FBA

Text Example


Text Example

White with #499FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,186); }

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

background-color css

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

 a { background-color: rgb(73,159,186); }

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

border-color css

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

 span { border-color: rgb(73,159,186); }

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