Html Css Color HEX #499BBA Boston Blue

📋 copy color: '#499BBA'

red 73 ◦ green 155 ◦ blue 186

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

Shades of Boston Blue #499BBA

Tints of Boston Blue #499BBA

RGB

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

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

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

R = 17.63%
G = 37.44%
B = 44.93%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499BBA (or 0x499BBA) is known color: Boston Blue. HEX triplet: 49, 9B and BA. RGB value is (73,155,186). Sum of RGB (Red+Green+Blue) = 73+155+186=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #499BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BBA is #B66445. Grayscale: #858585. Windows color (decimal): -11953222 or 12229449. OLE color: 12229449.

HSL color Cylindrical-coordinate representation of color #499BBA: hue angle of 196.46º 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 #499BBA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 155 186 -
CMYK 0.61 0.17 0 0.27
HSL 196.46º 0.45% 0.51% -
HSV(B) 196.46º 0.61% 0.73% -
XYZ 23.33 28.4 50.71 -
YUV 134.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 73 155 186 0.61 0.17 0 0.27 196.46 0.45 0.51
Hex 49 9B BA 3D 11 0 1B C4 2D 33
Octal 111 233 272 75 21 0 33 304 55 63
Binary 1001001 10011011 10111010 111101 10001 0 11011 11000100 101101 110011

Color Harmonies of #499BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BBA

Black with #499BBA

Text Example


Text Example

White with #499BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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