Html Css Color HEX #4996BF Boston Blue

📋 copy color: '#4996BF'

red 73 ◦ green 150 ◦ blue 191

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

Shades of Boston Blue #4996BF

Tints of Boston Blue #4996BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 17.63%
G = 36.23%
B = 46.14%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4996BF (or 0x4996BF) is known color: Boston Blue. HEX triplet: 49, 96 and BF. RGB value is (73,150,191). Sum of RGB (Red+Green+Blue) = 73+150+191=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #4996BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996BF is #B66940. Grayscale: #838383. Windows color (decimal): -11954497 or 12555849. OLE color: 12555849.

HSL color Cylindrical-coordinate representation of color #4996BF: hue angle of 200.85º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4996BF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 150 191 -
CMYK 0.62 0.21 0 0.25
HSL 200.85º 0.48% 0.52% -
HSV(B) 200.85º 0.62% 0.75% -
XYZ 23.06 26.99 53.28 -
YUV 131.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 73 150 191 0.62 0.21 0 0.25 200.85 0.48 0.52
Hex 49 96 BF 3E 15 0 19 C9 30 34
Octal 111 226 277 76 25 0 31 311 60 64
Binary 1001001 10010110 10111111 111110 10101 0 11001 11001001 110000 110100

Color Harmonies of #4996BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996BF

Black with #4996BF

Text Example


Text Example

White with #4996BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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