Html Css Color HEX #499CBB Boston Blue

📋 copy color: '#499CBB'

red 73 ◦ green 156 ◦ blue 187

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

Shades of Boston Blue #499CBB

Tints of Boston Blue #499CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.5%

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

R = 17.55%
G = 37.5%
B = 44.95%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499CBB (or 0x499CBB) is known color: Boston Blue. HEX triplet: 49, 9C and BB. RGB value is (73,156,187). Sum of RGB (Red+Green+Blue) = 73+156+187=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #499CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CBB is #B66344. Grayscale: #868686. Windows color (decimal): -11952965 or 12295241. OLE color: 12295241.

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

Color convert

RGB 73 156 187 -
CMYK 0.61 0.17 0 0.27
HSL 196.32º 0.46% 0.51% -
HSV(B) 196.32º 0.61% 0.73% -
XYZ 23.61 28.78 51.32 -
YUV 134.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 73 156 187 0.61 0.17 0 0.27 196.32 0.46 0.51
Hex 49 9C BB 3D 11 0 1B C4 2E 33
Octal 111 234 273 75 21 0 33 304 56 63
Binary 1001001 10011100 10111011 111101 10001 0 11011 11000100 101110 110011

Color Harmonies of #499CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CBB

Black with #499CBB

Text Example


Text Example

White with #499CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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