Html Css Color HEX #499AAB Boston Blue

📋 copy color: '#499AAB'

red 73 ◦ green 154 ◦ blue 171

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

Shades of Boston Blue #499AAB

Tints of Boston Blue #499AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 18.34%
G = 38.69%
B = 42.96%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#499AAB (or 0x499AAB) is known color: Boston Blue. HEX triplet: 49, 9A and AB. RGB value is (73,154,171). Sum of RGB (Red+Green+Blue) = 73+154+171=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #499AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AAB is #B66554. Grayscale: #838383. Windows color (decimal): -11953493 or 11246153. OLE color: 11246153.

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

Color convert

RGB 73 154 171 -
CMYK 0.57 0.10 0 0.33
HSL 190.41º 0.4% 0.48% -
HSV(B) 190.41º 0.57% 0.67% -
XYZ 21.65 27.47 42.69 -
YUV 131.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 73 154 171 0.57 0.10 0 0.33 190.41 0.4 0.48
Hex 49 9A AB 39 A 0 21 BE 28 30
Octal 111 232 253 71 12 0 41 276 50 60
Binary 1001001 10011010 10101011 111001 1010 0 100001 10111110 101000 110000

Color Harmonies of #499AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AAB

Black with #499AAB

Text Example


Text Example

White with #499AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,154,171); }

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

background-color css

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

 a { background-color: rgb(73,154,171); }

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

border-color css

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

 span { border-color: rgb(73,154,171); }

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