Html Css Color HEX #499DB1 Boston Blue

📋 copy color: '#499DB1'

red 73 ◦ green 157 ◦ blue 177

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

Shades of Boston Blue #499DB1

Tints of Boston Blue #499DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 17.94%
G = 38.57%
B = 43.49%

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

#499DB1 (or 0x499DB1) is known color: Boston Blue. HEX triplet: 49, 9D and B1. RGB value is (73,157,177). Sum of RGB (Red+Green+Blue) = 73+157+177=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #499DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499DB1 is #B6624E. Grayscale: #868686. Windows color (decimal): -11952719 or 11640137. OLE color: 11640137.

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

Color convert

RGB 73 157 177 -
CMYK 0.59 0.11 0 0.31
HSL 191.54º 0.42% 0.49% -
HSV(B) 191.54º 0.59% 0.69% -
XYZ 22.74 28.7 45.94 -
YUV 134.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 73 157 177 0.59 0.11 0 0.31 191.54 0.42 0.49
Hex 49 9D B1 3B B 0 1F C0 2A 31
Octal 111 235 261 73 13 0 37 300 52 61
Binary 1001001 10011101 10110001 111011 1011 0 11111 11000000 101010 110001

Color Harmonies of #499DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DB1

Black with #499DB1

Text Example


Text Example

White with #499DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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