Html Css Color HEX #499CB1 Boston Blue

📋 copy color: '#499CB1'

red 73 ◦ green 156 ◦ blue 177

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

Shades of Boston Blue #499CB1

Tints of Boston Blue #499CB1

RGB

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

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

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

R = 17.98%
G = 38.42%
B = 43.6%

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

#499CB1 (or 0x499CB1) is known color: Boston Blue. HEX triplet: 49, 9C and B1. RGB value is (73,156,177). Sum of RGB (Red+Green+Blue) = 73+156+177=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #499CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CB1 is #B6634E. Grayscale: #858585. Windows color (decimal): -11952975 or 11639881. OLE color: 11639881.

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

Color convert

RGB 73 156 177 -
CMYK 0.59 0.12 0 0.31
HSL 192.12º 0.42% 0.49% -
HSV(B) 192.12º 0.59% 0.69% -
XYZ 22.57 28.37 45.88 -
YUV 133.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 73 156 177 0.59 0.12 0 0.31 192.12 0.42 0.49
Hex 49 9C B1 3B C 0 1F C0 2A 31
Octal 111 234 261 73 14 0 37 300 52 61
Binary 1001001 10011100 10110001 111011 1100 0 11111 11000000 101010 110001

Color Harmonies of #499CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CB1

Black with #499CB1

Text Example


Text Example

White with #499CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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