Html Css Color HEX #499BBF Boston Blue

📋 copy color: '#499BBF'

red 73 ◦ green 155 ◦ blue 191

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

Shades of Boston Blue #499BBF

Tints of Boston Blue #499BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 17.42%
G = 36.99%
B = 45.58%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#499BBF (or 0x499BBF) is known color: Boston Blue. HEX triplet: 49, 9B and BF. RGB value is (73,155,191). Sum of RGB (Red+Green+Blue) = 73+155+191=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #499BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BBF is #B66440. Grayscale: #868686. Windows color (decimal): -11953217 or 12557129. OLE color: 12557129.

HSL color Cylindrical-coordinate representation of color #499BBF: hue angle of 198.31º degrees, saturation: 0.48, 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 #499BBF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 155 191 -
CMYK 0.62 0.19 0 0.25
HSL 198.31º 0.48% 0.52% -
HSV(B) 198.31º 0.62% 0.75% -
XYZ 23.87 28.62 53.56 -
YUV 134.59 159.83 84.07 -
System Red Green Blue C M Y K H S L
Decimal 73 155 191 0.62 0.19 0 0.25 198.31 0.48 0.52
Hex 49 9B BF 3E 13 0 19 C6 30 34
Octal 111 233 277 76 23 0 31 306 60 64
Binary 1001001 10011011 10111111 111110 10011 0 11001 11000110 110000 110100

Color Harmonies of #499BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BBF

Black with #499BBF

Text Example


Text Example

White with #499BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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