Html Css Color HEX #499DB0 Boston Blue

📋 copy color: '#499DB0'

red 73 ◦ green 157 ◦ blue 176

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

Shades of Boston Blue #499DB0

Tints of Boston Blue #499DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

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

R = 17.98%
G = 38.67%
B = 43.35%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#499DB0 (or 0x499DB0) is known color: Boston Blue. HEX triplet: 49, 9D and B0. RGB value is (73,157,176). Sum of RGB (Red+Green+Blue) = 73+157+176=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #499DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499DB0 is #B6624F. Grayscale: #858585. Windows color (decimal): -11952720 or 11574601. OLE color: 11574601.

HSL color Cylindrical-coordinate representation of color #499DB0: hue angle of 191.07º 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 #499DB0 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 157 176 -
CMYK 0.59 0.11 0 0.31
HSL 191.07º 0.41% 0.49% -
HSV(B) 191.07º 0.59% 0.69% -
XYZ 22.64 28.67 45.41 -
YUV 134.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 73 157 176 0.59 0.11 0 0.31 191.07 0.41 0.49
Hex 49 9D B0 3B B 0 1F BF 29 31
Octal 111 235 260 73 13 0 37 277 51 61
Binary 1001001 10011101 10110000 111011 1011 0 11111 10111111 101001 110001

Color Harmonies of #499DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DB0

Black with #499DB0

Text Example


Text Example

White with #499DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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