Html Css Color HEX #499ABA Boston Blue

📋 copy color: '#499ABA'

red 73 ◦ green 154 ◦ blue 186

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

Shades of Boston Blue #499ABA

Tints of Boston Blue #499ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

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

R = 17.68%
G = 37.29%
B = 45.04%

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

#499ABA (or 0x499ABA) is known color: Boston Blue. HEX triplet: 49, 9A and BA. RGB value is (73,154,186). Sum of RGB (Red+Green+Blue) = 73+154+186=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #499ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ABA is #B66545. Grayscale: #858585. Windows color (decimal): -11953478 or 12229193. OLE color: 12229193.

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

Color convert

RGB 73 154 186 -
CMYK 0.61 0.17 0 0.27
HSL 196.99º 0.45% 0.51% -
HSV(B) 196.99º 0.61% 0.73% -
XYZ 23.17 28.07 50.65 -
YUV 133.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 73 154 186 0.61 0.17 0 0.27 196.99 0.45 0.51
Hex 49 9A BA 3D 11 0 1B C5 2D 33
Octal 111 232 272 75 21 0 33 305 55 63
Binary 1001001 10011010 10111010 111101 10001 0 11011 11000101 101101 110011

Color Harmonies of #499ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499ABA

Black with #499ABA

Text Example


Text Example

White with #499ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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