Html Css Color HEX #499FAC Boston Blue

📋 copy color: '#499FAC'

red 73 ◦ green 159 ◦ blue 172

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

Shades of Boston Blue #499FAC

Tints of Boston Blue #499FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

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

R = 18.07%
G = 39.36%
B = 42.57%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#499FAC (or 0x499FAC) is known color: Boston Blue. HEX triplet: 49, 9F and AC. RGB value is (73,159,172). Sum of RGB (Red+Green+Blue) = 73+159+172=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #499FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499FAC is #B66053. Grayscale: #868686. Windows color (decimal): -11952212 or 11312969. OLE color: 11312969.

HSL color Cylindrical-coordinate representation of color #499FAC: hue angle of 187.88º 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 #499FAC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 159 172 -
CMYK 0.58 0.08 0 0.33
HSL 187.88º 0.4% 0.48% -
HSV(B) 187.88º 0.58% 0.67% -
XYZ 22.59 29.19 43.47 -
YUV 134.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 73 159 172 0.58 0.08 0 0.33 187.88 0.4 0.48
Hex 49 9F AC 3A 8 0 21 BC 28 30
Octal 111 237 254 72 10 0 41 274 50 60
Binary 1001001 10011111 10101100 111010 1000 0 100001 10111100 101000 110000

Color Harmonies of #499FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FAC

Black with #499FAC

Text Example


Text Example

White with #499FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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