Html Css Color HEX #498CAD Boston Blue

📋 copy color: '#498CAD'

red 73 ◦ green 140 ◦ blue 173

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

Shades of Boston Blue #498CAD

Tints of Boston Blue #498CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 18.91%
G = 36.27%
B = 44.82%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#498CAD (or 0x498CAD) is known color: Boston Blue. HEX triplet: 49, 8C and AD. RGB value is (73,140,173). Sum of RGB (Red+Green+Blue) = 73+140+173=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #498CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498CAD is #B67352. Grayscale: #7B7B7B. Windows color (decimal): -11957075 or 11373641. OLE color: 11373641.

HSL color Cylindrical-coordinate representation of color #498CAD: hue angle of 199.8º 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 #498CAD is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 140 173 -
CMYK 0.58 0.19 0 0.32
HSL 199.8º 0.41% 0.48% -
HSV(B) 199.8º 0.58% 0.68% -
XYZ 19.67 23.19 42.97 -
YUV 123.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 73 140 173 0.58 0.19 0 0.32 199.8 0.41 0.48
Hex 49 8C AD 3A 13 0 20 C8 29 30
Octal 111 214 255 72 23 0 40 310 51 60
Binary 1001001 10001100 10101101 111010 10011 0 100000 11001000 101001 110000

Color Harmonies of #498CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CAD

Black with #498CAD

Text Example


Text Example

White with #498CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498CAD; }

 p { color: rgb(73,140,173); }

 H1.HeaderClassName
 {
   color: #498CAD;
 }
 .AnyTagClassName
 {
   color: #498CAD;
 }
</style>

background-color css

<style>
 a { background-color: #498CAD; }

 a { background-color: rgb(73,140,173); }

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

border-color css

<style>
 span { border-color: #498CAD; }

 span { border-color: rgb(73,140,173); }

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