#499DBB

Color #499DBB Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #499DBB

Tints of Boston Blue #499DBB

Color information

#499DBB (or 0x499DBB) is unknown color: approx 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

RGB73157187-
CMYK0.610.1600.27
HSL195.79º45.6%50.98%-
HSV(B)195.79º60.96%73.33%-
XYZ23.7729.1251.38-
YUV135.3157.1783.56-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731571870.610.1600.27195.7945.650.98
Hex499DBB3D1001Bc42e33
Octal11123527375200333045663
Binary100100110011101101110111111011000001101111000100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>