Html Css Color HEX #4996BB Boston Blue

📋 copy color: '#4996BB'

red 73 ◦ green 150 ◦ blue 187

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

Shades of Boston Blue #4996BB

Tints of Boston Blue #4996BB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 17.8%
G = 36.59%
B = 45.61%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4996BB (or 0x4996BB) is known color: Boston Blue. HEX triplet: 49, 96 and BB. RGB value is (73,150,187). Sum of RGB (Red+Green+Blue) = 73+150+187=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #4996BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996BB is #B66944. Grayscale: #828282. Windows color (decimal): -11954501 or 12293705. OLE color: 12293705.

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

Color convert

RGB 73 150 187 -
CMYK 0.61 0.20 0 0.27
HSL 199.47º 0.46% 0.51% -
HSV(B) 199.47º 0.61% 0.73% -
XYZ 22.62 26.82 51 -
YUV 131.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 73 150 187 0.61 0.20 0 0.27 199.47 0.46 0.51
Hex 49 96 BB 3D 14 0 1B C7 2E 33
Octal 111 226 273 75 24 0 33 307 56 63
Binary 1001001 10010110 10111011 111101 10100 0 11011 11000111 101110 110011

Color Harmonies of #4996BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996BB

Black with #4996BB

Text Example


Text Example

White with #4996BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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