Html Css Color HEX #499BAC Boston Blue

📋 copy color: '#499BAC'

red 73 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #499BAC

Tints of Boston Blue #499BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 172 (67.58% from 255) = 43%

R = 18.25%
G = 38.75%
B = 43%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#499BAC (or 0x499BAC) is known color: Boston Blue. HEX triplet: 49, 9B and AC. RGB value is (73,155,172). Sum of RGB (Red+Green+Blue) = 73+155+172=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #499BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BAC is #B66453. Grayscale: #848484. Windows color (decimal): -11953236 or 11311945. OLE color: 11311945.

HSL color Cylindrical-coordinate representation of color #499BAC: hue angle of 190.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499BAC is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 155 172 -
CMYK 0.58 0.10 0 0.33
HSL 190.3º 0.4% 0.48% -
HSV(B) 190.3º 0.58% 0.67% -
XYZ 21.92 27.84 43.25 -
YUV 132.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 73 155 172 0.58 0.10 0 0.33 190.3 0.4 0.48
Hex 49 9B AC 3A A 0 21 BE 28 30
Octal 111 233 254 72 12 0 41 276 50 60
Binary 1001001 10011011 10101100 111010 1010 0 100001 10111110 101000 110000

Color Harmonies of #499BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BAC

Black with #499BAC

Text Example


Text Example

White with #499BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499BAC; }

 p { color: rgb(73,155,172); }

 H1.HeaderClassName
 {
   color: #499BAC;
 }
 .AnyTagClassName
 {
   color: #499BAC;
 }
</style>

background-color css

<style>
 a { background-color: #499BAC; }

 a { background-color: rgb(73,155,172); }

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

border-color css

<style>
 span { border-color: #499BAC; }

 span { border-color: rgb(73,155,172); }

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