#499CB4

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

Shades of Boston Blue #499CB4

Tints of Boston Blue #499CB4

Color information

#499CB4 (or 0x499CB4) is unknown color: approx Boston Blue. HEX triplet: 49, 9C and B4. RGB value is (73,156,180). Sum of RGB (Red+Green+Blue) = 73+156+180=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #499CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CB4 is #B6634B. Grayscale: #858585. Windows color (decimal): -11952972 or 11836489. OLE color: 11836489.

HSL color Cylindrical-coordinate representation of color #499CB4: hue angle of 193.46º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #499CB4 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73156180-
CMYK0.590.1300.29
HSL193.46º42.29%49.61%-
HSV(B)193.46º59.44%70.59%-
XYZ22.8728.4947.47-
YUV133.9215484.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=17.85%
G=38.14%
B=44.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731561800.590.1300.29193.4642.2949.61
Hex499CB43BD01Dc12a32
Octal11123426473150353015262
Binary10010011001110010110100111011110101110111000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #499CB4;
 }
 .AnyTagClassName
 {
   color: #499CB4;
 }
</style>
background-color css

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

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

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

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

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

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