Html Css Color HEX #4994BA Boston Blue

📋 copy color: '#4994BA'

red 73 ◦ green 148 ◦ blue 186

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

Shades of Boston Blue #4994BA

Tints of Boston Blue #4994BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 17.94%
G = 36.36%
B = 45.7%

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

#4994BA (or 0x4994BA) is known color: Boston Blue. HEX triplet: 49, 94 and BA. RGB value is (73,148,186). Sum of RGB (Red+Green+Blue) = 73+148+186=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #4994BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994BA is #B66B45. Grayscale: #818181. Windows color (decimal): -11955014 or 12227657. OLE color: 12227657.

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

Color convert

RGB 73 148 186 -
CMYK 0.61 0.20 0 0.27
HSL 200.18º 0.45% 0.51% -
HSV(B) 200.18º 0.61% 0.73% -
XYZ 22.2 26.14 50.33 -
YUV 129.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 73 148 186 0.61 0.20 0 0.27 200.18 0.45 0.51
Hex 49 94 BA 3D 14 0 1B C8 2D 33
Octal 111 224 272 75 24 0 33 310 55 63
Binary 1001001 10010100 10111010 111101 10100 0 11011 11001000 101101 110011

Color Harmonies of #4994BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994BA

Black with #4994BA

Text Example


Text Example

White with #4994BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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