Html Css Color HEX #4998AD Boston Blue

📋 copy color: '#4998AD'

red 73 ◦ green 152 ◦ blue 173

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

Shades of Boston Blue #4998AD

Tints of Boston Blue #4998AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 18.34%
G = 38.19%
B = 43.47%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4998AD (or 0x4998AD) is known color: Boston Blue. HEX triplet: 49, 98 and AD. RGB value is (73,152,173). Sum of RGB (Red+Green+Blue) = 73+152+173=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #4998AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4998AD is #B66752. Grayscale: #828282. Windows color (decimal): -11954003 or 11376713. OLE color: 11376713.

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

Color convert

RGB 73 152 173 -
CMYK 0.58 0.12 0 0.32
HSL 192.6º 0.41% 0.48% -
HSV(B) 192.6º 0.58% 0.68% -
XYZ 21.52 26.89 43.59 -
YUV 130.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 73 152 173 0.58 0.12 0 0.32 192.6 0.41 0.48
Hex 49 98 AD 3A C 0 20 C1 29 30
Octal 111 230 255 72 14 0 40 301 51 60
Binary 1001001 10011000 10101101 111010 1100 0 100000 11000001 101001 110000

Color Harmonies of #4998AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998AD

Black with #4998AD

Text Example


Text Example

White with #4998AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4998AD; }

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

 H1.HeaderClassName
 {
   color: #4998AD;
 }
 .AnyTagClassName
 {
   color: #4998AD;
 }
</style>

background-color css

<style>
 a { background-color: #4998AD; }

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

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

border-color css

<style>
 span { border-color: #4998AD; }

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

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