Html Css Color HEX #499DAE Boston Blue

📋 copy color: '#499DAE'

red 73 ◦ green 157 ◦ blue 174

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

Shades of Boston Blue #499DAE

Tints of Boston Blue #499DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 18.07%
G = 38.86%
B = 43.07%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#499DAE (or 0x499DAE) is known color: Boston Blue. HEX triplet: 49, 9D and AE. RGB value is (73,157,174). Sum of RGB (Red+Green+Blue) = 73+157+174=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #499DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499DAE is #B66251. Grayscale: #858585. Windows color (decimal): -11952722 or 11443529. OLE color: 11443529.

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

Color convert

RGB 73 157 174 -
CMYK 0.58 0.10 0 0.32
HSL 190.1º 0.41% 0.48% -
HSV(B) 190.1º 0.58% 0.68% -
XYZ 22.44 28.59 44.38 -
YUV 133.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 73 157 174 0.58 0.10 0 0.32 190.1 0.41 0.48
Hex 49 9D AE 3A A 0 20 BE 29 30
Octal 111 235 256 72 12 0 40 276 51 60
Binary 1001001 10011101 10101110 111010 1010 0 100000 10111110 101001 110000

Color Harmonies of #499DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DAE

Black with #499DAE

Text Example


Text Example

White with #499DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,174); }

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

background-color css

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

 a { background-color: rgb(73,157,174); }

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

border-color css

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

 span { border-color: rgb(73,157,174); }

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