Html Css Color HEX #4996BC Boston Blue

📋 copy color: '#4996BC'

red 73 ◦ green 150 ◦ blue 188

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

Shades of Boston Blue #4996BC

Tints of Boston Blue #4996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 17.76%
G = 36.5%
B = 45.74%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4996BC (or 0x4996BC) is known color: Boston Blue. HEX triplet: 49, 96 and BC. RGB value is (73,150,188). Sum of RGB (Red+Green+Blue) = 73+150+188=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #4996BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996BC is #B66943. Grayscale: #838383. Windows color (decimal): -11954500 or 12359241. OLE color: 12359241.

HSL color Cylindrical-coordinate representation of color #4996BC: hue angle of 199.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4996BC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 150 188 -
CMYK 0.61 0.20 0 0.26
HSL 199.83º 0.46% 0.51% -
HSV(B) 199.83º 0.61% 0.74% -
XYZ 22.73 26.86 51.56 -
YUV 131.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 73 150 188 0.61 0.20 0 0.26 199.83 0.46 0.51
Hex 49 96 BC 3D 14 0 1A C8 2E 33
Octal 111 226 274 75 24 0 32 310 56 63
Binary 1001001 10010110 10111100 111101 10100 0 11010 11001000 101110 110011

Color Harmonies of #4996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996BC

Black with #4996BC

Text Example


Text Example

White with #4996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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