Html Css Color HEX #499AB0 Boston Blue

📋 copy color: '#499AB0'

red 73 ◦ green 154 ◦ blue 176

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

Shades of Boston Blue #499AB0

Tints of Boston Blue #499AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 18.11%
G = 38.21%
B = 43.67%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#499AB0 (or 0x499AB0) is known color: Boston Blue. HEX triplet: 49, 9A and B0. RGB value is (73,154,176). Sum of RGB (Red+Green+Blue) = 73+154+176=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #499AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AB0 is #B6654F. Grayscale: #848484. Windows color (decimal): -11953488 or 11573833. OLE color: 11573833.

HSL color Cylindrical-coordinate representation of color #499AB0: hue angle of 192.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #499AB0 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 154 176 -
CMYK 0.59 0.12 0 0.31
HSL 192.82º 0.41% 0.49% -
HSV(B) 192.82º 0.59% 0.69% -
XYZ 22.14 27.66 45.25 -
YUV 132.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 73 154 176 0.59 0.12 0 0.31 192.82 0.41 0.49
Hex 49 9A B0 3B C 0 1F C1 29 31
Octal 111 232 260 73 14 0 37 301 51 61
Binary 1001001 10011010 10110000 111011 1100 0 11111 11000001 101001 110001

Color Harmonies of #499AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AB0

Black with #499AB0

Text Example


Text Example

White with #499AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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