Html Css Color HEX #4997B6 Boston Blue

📋 copy color: '#4997B6'

red 73 ◦ green 151 ◦ blue 182

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

Shades of Boston Blue #4997B6

Tints of Boston Blue #4997B6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.19%

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 17.98%
G = 37.19%
B = 44.83%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4997B6 (or 0x4997B6) is known color: Boston Blue. HEX triplet: 49, 97 and B6. RGB value is (73,151,182). Sum of RGB (Red+Green+Blue) = 73+151+182=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #4997B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997B6 is #B66849. Grayscale: #838383. Windows color (decimal): -11954250 or 11966281. OLE color: 11966281.

HSL color Cylindrical-coordinate representation of color #4997B6: hue angle of 197.06º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4997B6 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 151 182 -
CMYK 0.60 0.17 0 0.29
HSL 197.06º 0.43% 0.5% -
HSV(B) 197.06º 0.6% 0.71% -
XYZ 22.26 26.93 48.28 -
YUV 131.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 73 151 182 0.60 0.17 0 0.29 197.06 0.43 0.5
Hex 49 97 B6 3C 11 0 1D C5 2B 32
Octal 111 227 266 74 21 0 35 305 53 62
Binary 1001001 10010111 10110110 111100 10001 0 11101 11000101 101011 110010

Color Harmonies of #4997B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4997B6

Black with #4997B6

Text Example


Text Example

White with #4997B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4997B6; }

 p { color: rgb(73,151,182); }

 H1.HeaderClassName
 {
   color: #4997B6;
 }
 .AnyTagClassName
 {
   color: #4997B6;
 }
</style>

background-color css

<style>
 a { background-color: #4997B6; }

 a { background-color: rgb(73,151,182); }

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

border-color css

<style>
 span { border-color: #4997B6; }

 span { border-color: rgb(73,151,182); }

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