Html Css Color HEX #499CB9 Boston Blue

📋 copy color: '#499CB9'

red 73 ◦ green 156 ◦ blue 185

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

Shades of Boston Blue #499CB9

Tints of Boston Blue #499CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 17.63%
G = 37.68%
B = 44.69%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499CB9 (or 0x499CB9) is known color: Boston Blue. HEX triplet: 49, 9C and B9. RGB value is (73,156,185). Sum of RGB (Red+Green+Blue) = 73+156+185=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #499CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CB9 is #B66346. Grayscale: #868686. Windows color (decimal): -11952967 or 12164169. OLE color: 12164169.

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

Color convert

RGB 73 156 185 -
CMYK 0.61 0.16 0 0.27
HSL 195.54º 0.44% 0.51% -
HSV(B) 195.54º 0.61% 0.73% -
XYZ 23.39 28.7 50.2 -
YUV 134.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 73 156 185 0.61 0.16 0 0.27 195.54 0.44 0.51
Hex 49 9C B9 3D 10 0 1B C4 2C 33
Octal 111 234 271 75 20 0 33 304 54 63
Binary 1001001 10011100 10111001 111101 10000 0 11011 11000100 101100 110011

Color Harmonies of #499CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CB9

Black with #499CB9

Text Example


Text Example

White with #499CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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