#499CB8

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

Shades of Boston Blue #499CB8

Tints of Boston Blue #499CB8

Color information

#499CB8 (or 0x499CB8) is unknown color: approx Boston Blue. HEX triplet: 49, 9C and B8. RGB value is (73,156,184). Sum of RGB (Red+Green+Blue) = 73+156+184=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #499CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CB8 is #B66347. Grayscale: #868686. Windows color (decimal): -11952968 or 12098633. OLE color: 12098633.

HSL color Cylindrical-coordinate representation of color #499CB8: hue angle of 195.14º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #499CB8 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB73156184-
CMYK0.600.1500.28
HSL195.14º43.87%50.39%-
HSV(B)195.14º60.33%72.16%-
XYZ23.2928.6549.65-
YUV134.3815684.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 184 (72.27% from 255) = 44.55%
R=17.68%
G=37.77%
B=44.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731561840.600.1500.28195.1443.8750.39
Hex499CB83CF01Cc32c32
Octal11123427074170343035462
Binary10010011001110010111000111100111101110011000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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