Html Css Color HEX #499BBC Boston Blue

📋 copy color: '#499BBC'

red 73 ◦ green 155 ◦ blue 188

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

Shades of Boston Blue #499BBC

Tints of Boston Blue #499BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 17.55%
G = 37.26%
B = 45.19%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#499BBC (or 0x499BBC) is known color: Boston Blue. HEX triplet: 49, 9B and BC. RGB value is (73,155,188). Sum of RGB (Red+Green+Blue) = 73+155+188=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #499BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BBC is #B66443. Grayscale: #868686. Windows color (decimal): -11953220 or 12360521. OLE color: 12360521.

HSL color Cylindrical-coordinate representation of color #499BBC: hue angle of 197.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499BBC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 155 188 -
CMYK 0.61 0.18 0 0.26
HSL 197.22º 0.46% 0.51% -
HSV(B) 197.22º 0.61% 0.74% -
XYZ 23.55 28.49 51.84 -
YUV 134.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 73 155 188 0.61 0.18 0 0.26 197.22 0.46 0.51
Hex 49 9B BC 3D 12 0 1A C5 2E 33
Octal 111 233 274 75 22 0 32 305 56 63
Binary 1001001 10011011 10111100 111101 10010 0 11010 11000101 101110 110011

Color Harmonies of #499BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BBC

Black with #499BBC

Text Example


Text Example

White with #499BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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