Html Css Color HEX #4994BB Boston Blue

📋 copy color: '#4994BB'

red 73 ◦ green 148 ◦ blue 187

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

Shades of Boston Blue #4994BB

Tints of Boston Blue #4994BB

RGB

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

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

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

R = 17.89%
G = 36.27%
B = 45.83%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4994BB (or 0x4994BB) is known color: Boston Blue. HEX triplet: 49, 94 and BB. RGB value is (73,148,187). Sum of RGB (Red+Green+Blue) = 73+148+187=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #4994BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994BB is #B66B44. Grayscale: #818181. Windows color (decimal): -11955013 or 12293193. OLE color: 12293193.

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

Color convert

RGB 73 148 187 -
CMYK 0.61 0.21 0 0.27
HSL 200.53º 0.46% 0.51% -
HSV(B) 200.53º 0.61% 0.73% -
XYZ 22.31 26.18 50.89 -
YUV 130.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 73 148 187 0.61 0.21 0 0.27 200.53 0.46 0.51
Hex 49 94 BB 3D 15 0 1B C9 2E 33
Octal 111 224 273 75 25 0 33 311 56 63
Binary 1001001 10010100 10111011 111101 10101 0 11011 11001001 101110 110011

Color Harmonies of #4994BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994BB

Black with #4994BB

Text Example


Text Example

White with #4994BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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