Html Css Color HEX #499EBC Boston Blue

📋 copy color: '#499EBC'

red 73 ◦ green 158 ◦ blue 188

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

Shades of Boston Blue #499EBC

Tints of Boston Blue #499EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.71%

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

R = 17.42%
G = 37.71%
B = 44.87%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#499EBC (or 0x499EBC) is known color: Boston Blue. HEX triplet: 49, 9E and BC. RGB value is (73,158,188). Sum of RGB (Red+Green+Blue) = 73+158+188=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #499EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EBC is #B66143. Grayscale: #878787. Windows color (decimal): -11952452 or 12361289. OLE color: 12361289.

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

Color convert

RGB 73 158 188 -
CMYK 0.61 0.16 0 0.26
HSL 195.65º 0.46% 0.51% -
HSV(B) 195.65º 0.61% 0.74% -
XYZ 24.05 29.5 52 -
YUV 136.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 73 158 188 0.61 0.16 0 0.26 195.65 0.46 0.51
Hex 49 9E BC 3D 10 0 1A C4 2E 33
Octal 111 236 274 75 20 0 32 304 56 63
Binary 1001001 10011110 10111100 111101 10000 0 11010 11000100 101110 110011

Color Harmonies of #499EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EBC

Black with #499EBC

Text Example


Text Example

White with #499EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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