Html Css Color HEX #4998BE Boston Blue

📋 copy color: '#4998BE'

red 73 ◦ green 152 ◦ blue 190

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

Shades of Boston Blue #4998BE

Tints of Boston Blue #4998BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 17.59%
G = 36.63%
B = 45.78%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4998BE (or 0x4998BE) is known color: Boston Blue. HEX triplet: 49, 98 and BE. RGB value is (73,152,190). Sum of RGB (Red+Green+Blue) = 73+152+190=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #4998BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998BE is #B66741. Grayscale: #848484. Windows color (decimal): -11953986 or 12490825. OLE color: 12490825.

HSL color Cylindrical-coordinate representation of color #4998BE: hue angle of 199.49º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4998BE is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 152 190 -
CMYK 0.62 0.2 0 0.25
HSL 199.49º 0.47% 0.52% -
HSV(B) 199.49º 0.62% 0.75% -
XYZ 23.27 27.59 52.81 -
YUV 132.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 73 152 190 0.62 0.2 0 0.25 199.49 0.47 0.52
Hex 49 98 BE 3E 14 0 19 C7 2F 34
Octal 111 230 276 76 24 0 31 307 57 64
Binary 1001001 10011000 10111110 111110 10100 0 11001 11000111 101111 110100

Color Harmonies of #4998BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998BE

Black with #4998BE

Text Example


Text Example

White with #4998BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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