Html Css Color HEX #499AB9 Boston Blue

📋 copy color: '#499AB9'

red 73 ◦ green 154 ◦ blue 185

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

Shades of Boston Blue #499AB9

Tints of Boston Blue #499AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 17.72%
G = 37.38%
B = 44.9%

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

#499AB9 (or 0x499AB9) is known color: Boston Blue. HEX triplet: 49, 9A and B9. RGB value is (73,154,185). Sum of RGB (Red+Green+Blue) = 73+154+185=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #499AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AB9 is #B66546. Grayscale: #858585. Windows color (decimal): -11953479 or 12163657. OLE color: 12163657.

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

Color convert

RGB 73 154 185 -
CMYK 0.61 0.17 0 0.27
HSL 196.61º 0.44% 0.51% -
HSV(B) 196.61º 0.61% 0.73% -
XYZ 23.06 28.03 50.09 -
YUV 133.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 73 154 185 0.61 0.17 0 0.27 196.61 0.44 0.51
Hex 49 9A B9 3D 11 0 1B C5 2C 33
Octal 111 232 271 75 21 0 33 305 54 63
Binary 1001001 10011010 10111001 111101 10001 0 11011 11000101 101100 110011

Color Harmonies of #499AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AB9

Black with #499AB9

Text Example


Text Example

White with #499AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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