#499CB1

Color #499CB1 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #499CB1

Tints of Boston Blue #499CB1

Color information

#499CB1 (or 0x499CB1) is unknown color: approx 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

RGB73156177-
CMYK0.590.1200.31
HSL192.12º41.6%49.02%-
HSV(B)192.12º58.76%69.41%-
XYZ22.5728.3745.88-
YUV133.58152.584.79-

RGB Variations

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

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.60%
R=17.98%
G=38.42%
B=43.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731561770.590.1200.31192.1241.649.02
Hex499CB13BC01Fc02a31
Octal11123426173140373005261
Binary10010011001110010110001111011110001111111000000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>