Html Css Color HEX #4991BA Boston Blue

📋 copy color: '#4991BA'

red 73 ◦ green 145 ◦ blue 186

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

Shades of Boston Blue #4991BA

Tints of Boston Blue #4991BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 18.07%
G = 35.89%
B = 46.04%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4991BA (or 0x4991BA) is known color: Boston Blue. HEX triplet: 49, 91 and BA. RGB value is (73,145,186). Sum of RGB (Red+Green+Blue) = 73+145+186=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #4991BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991BA is #B66E45. Grayscale: #7F7F7F. Windows color (decimal): -11955782 or 12226889. OLE color: 12226889.

HSL color Cylindrical-coordinate representation of color #4991BA: hue angle of 201.77º degrees, saturation: 0.45, 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 #4991BA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 145 186 -
CMYK 0.61 0.22 0 0.27
HSL 201.77º 0.45% 0.51% -
HSV(B) 201.77º 0.61% 0.73% -
XYZ 21.74 25.21 50.18 -
YUV 128.15 160.65 88.67 -
System Red Green Blue C M Y K H S L
Decimal 73 145 186 0.61 0.22 0 0.27 201.77 0.45 0.51
Hex 49 91 BA 3D 16 0 1B CA 2D 33
Octal 111 221 272 75 26 0 33 312 55 63
Binary 1001001 10010001 10111010 111101 10110 0 11011 11001010 101101 110011

Color Harmonies of #4991BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4991BA

Black with #4991BA

Text Example


Text Example

White with #4991BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4991BA; }

 p { color: rgb(73,145,186); }

 H1.HeaderClassName
 {
   color: #4991BA;
 }
 .AnyTagClassName
 {
   color: #4991BA;
 }
</style>

background-color css

<style>
 a { background-color: #4991BA; }

 a { background-color: rgb(73,145,186); }

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

border-color css

<style>
 span { border-color: #4991BA; }

 span { border-color: rgb(73,145,186); }

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