Html Css Color HEX #499DBB Boston Blue

📋 copy color: '#499DBB'

red 73 ◦ green 157 ◦ blue 187

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

Shades of Boston Blue #499DBB

Tints of Boston Blue #499DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 17.51%
G = 37.65%
B = 44.84%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499DBB (or 0x499DBB) is known color: Boston Blue. HEX triplet: 49, 9D and BB. RGB value is (73,157,187). Sum of RGB (Red+Green+Blue) = 73+157+187=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #499DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DBB is #B66244. Grayscale: #878787. Windows color (decimal): -11952709 or 12295497. OLE color: 12295497.

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

Color convert

RGB 73 157 187 -
CMYK 0.61 0.16 0 0.27
HSL 195.79º 0.46% 0.51% -
HSV(B) 195.79º 0.61% 0.73% -
XYZ 23.77 29.12 51.38 -
YUV 135.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 73 157 187 0.61 0.16 0 0.27 195.79 0.46 0.51
Hex 49 9D BB 3D 10 0 1B C4 2E 33
Octal 111 235 273 75 20 0 33 304 56 63
Binary 1001001 10011101 10111011 111101 10000 0 11011 11000100 101110 110011

Color Harmonies of #499DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DBB

Black with #499DBB

Text Example


Text Example

White with #499DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,187); }

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

background-color css

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

 a { background-color: rgb(73,157,187); }

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

border-color css

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

 span { border-color: rgb(73,157,187); }

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