Html Css Color HEX #499BBE Boston Blue

📋 copy color: '#499BBE'

red 73 ◦ green 155 ◦ blue 190

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

Shades of Boston Blue #499BBE

Tints of Boston Blue #499BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 17.46%
G = 37.08%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#499BBE (or 0x499BBE) is known color: Boston Blue. HEX triplet: 49, 9B and BE. RGB value is (73,155,190). Sum of RGB (Red+Green+Blue) = 73+155+190=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #499BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BBE is #B66441. Grayscale: #868686. Windows color (decimal): -11953218 or 12491593. OLE color: 12491593.

HSL color Cylindrical-coordinate representation of color #499BBE: hue angle of 197.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499BBE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 155 190 -
CMYK 0.62 0.18 0 0.25
HSL 197.95º 0.47% 0.52% -
HSV(B) 197.95º 0.62% 0.75% -
XYZ 23.76 28.58 52.98 -
YUV 134.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 73 155 190 0.62 0.18 0 0.25 197.95 0.47 0.52
Hex 49 9B BE 3E 12 0 19 C6 2F 34
Octal 111 233 276 76 22 0 31 306 57 64
Binary 1001001 10011011 10111110 111110 10010 0 11001 11000110 101111 110100

Color Harmonies of #499BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BBE

Black with #499BBE

Text Example


Text Example

White with #499BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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