Html Css Color HEX #4999BC Boston Blue

📋 copy color: '#4999BC'

red 73 ◦ green 153 ◦ blue 188

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

Shades of Boston Blue #4999BC

Tints of Boston Blue #4999BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 17.63%
G = 36.96%
B = 45.41%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4999BC (or 0x4999BC) is known color: Boston Blue. HEX triplet: 49, 99 and BC. RGB value is (73,153,188). Sum of RGB (Red+Green+Blue) = 73+153+188=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #4999BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999BC is #B66643. Grayscale: #848484. Windows color (decimal): -11953732 or 12360009. OLE color: 12360009.

HSL color Cylindrical-coordinate representation of color #4999BC: hue angle of 198.26º 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 #4999BC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 153 188 -
CMYK 0.61 0.19 0 0.26
HSL 198.26º 0.46% 0.51% -
HSV(B) 198.26º 0.61% 0.74% -
XYZ 23.22 27.83 51.73 -
YUV 133.07 159 85.15 -
System Red Green Blue C M Y K H S L
Decimal 73 153 188 0.61 0.19 0 0.26 198.26 0.46 0.51
Hex 49 99 BC 3D 13 0 1A C6 2E 33
Octal 111 231 274 75 23 0 32 306 56 63
Binary 1001001 10011001 10111100 111101 10011 0 11010 11000110 101110 110011

Color Harmonies of #4999BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4999BC

Black with #4999BC

Text Example


Text Example

White with #4999BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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