Html Css Color HEX #499AB4 Boston Blue

📋 copy color: '#499AB4'

red 73 ◦ green 154 ◦ blue 180

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

Shades of Boston Blue #499AB4

Tints of Boston Blue #499AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 17.94%
G = 37.84%
B = 44.23%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#499AB4 (or 0x499AB4) is known color: Boston Blue. HEX triplet: 49, 9A and B4. RGB value is (73,154,180). Sum of RGB (Red+Green+Blue) = 73+154+180=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #499AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AB4 is #B6654B. Grayscale: #848484. Windows color (decimal): -11953484 or 11835977. OLE color: 11835977.

HSL color Cylindrical-coordinate representation of color #499AB4: hue angle of 194.58º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #499AB4 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 154 180 -
CMYK 0.59 0.14 0 0.29
HSL 194.58º 0.42% 0.5% -
HSV(B) 194.58º 0.59% 0.71% -
XYZ 22.54 27.82 47.36 -
YUV 132.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 73 154 180 0.59 0.14 0 0.29 194.58 0.42 0.5
Hex 49 9A B4 3B E 0 1D C3 2A 32
Octal 111 232 264 73 16 0 35 303 52 62
Binary 1001001 10011010 10110100 111011 1110 0 11101 11000011 101010 110010

Color Harmonies of #499AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AB4

Black with #499AB4

Text Example


Text Example

White with #499AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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