Html Css Color HEX #499EBA Boston Blue

📋 copy color: '#499EBA'

red 73 ◦ green 158 ◦ blue 186

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

Shades of Boston Blue #499EBA

Tints of Boston Blue #499EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 17.51%
G = 37.89%
B = 44.6%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499EBA (or 0x499EBA) is known color: Boston Blue. HEX triplet: 49, 9E and BA. RGB value is (73,158,186). Sum of RGB (Red+Green+Blue) = 73+158+186=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #499EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EBA is #B66145. Grayscale: #878787. Windows color (decimal): -11952454 or 12230217. OLE color: 12230217.

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

Color convert

RGB 73 158 186 -
CMYK 0.61 0.15 0 0.27
HSL 194.87º 0.45% 0.51% -
HSV(B) 194.87º 0.61% 0.73% -
XYZ 23.84 29.42 50.88 -
YUV 135.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 73 158 186 0.61 0.15 0 0.27 194.87 0.45 0.51
Hex 49 9E BA 3D F 0 1B C3 2D 33
Octal 111 236 272 75 17 0 33 303 55 63
Binary 1001001 10011110 10111010 111101 1111 0 11011 11000011 101101 110011

Color Harmonies of #499EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EBA

Black with #499EBA

Text Example


Text Example

White with #499EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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