Html Css Color HEX #4999BB Boston Blue

📋 copy color: '#4999BB'

red 73 ◦ green 153 ◦ blue 187

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

Shades of Boston Blue #4999BB

Tints of Boston Blue #4999BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 17.68%
G = 37.05%
B = 45.28%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4999BB (or 0x4999BB) is known color: Boston Blue. HEX triplet: 49, 99 and BB. RGB value is (73,153,187). Sum of RGB (Red+Green+Blue) = 73+153+187=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #4999BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999BB is #B66644. Grayscale: #848484. Windows color (decimal): -11953733 or 12294473. OLE color: 12294473.

HSL color Cylindrical-coordinate representation of color #4999BB: hue angle of 197.89º degrees, saturation: 0.46, 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 #4999BB is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 153 187 -
CMYK 0.61 0.18 0 0.27
HSL 197.89º 0.46% 0.51% -
HSV(B) 197.89º 0.61% 0.73% -
XYZ 23.11 27.79 51.16 -
YUV 132.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 73 153 187 0.61 0.18 0 0.27 197.89 0.46 0.51
Hex 49 99 BB 3D 12 0 1B C6 2E 33
Octal 111 231 273 75 22 0 33 306 56 63
Binary 1001001 10011001 10111011 111101 10010 0 11011 11000110 101110 110011

Color Harmonies of #4999BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4999BB

Black with #4999BB

Text Example


Text Example

White with #4999BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4999BB; }

 p { color: rgb(73,153,187); }

 H1.HeaderClassName
 {
   color: #4999BB;
 }
 .AnyTagClassName
 {
   color: #4999BB;
 }
</style>

background-color css

<style>
 a { background-color: #4999BB; }

 a { background-color: rgb(73,153,187); }

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

border-color css

<style>
 span { border-color: #4999BB; }

 span { border-color: rgb(73,153,187); }

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