Html Css Color HEX #4996AB Boston Blue

📋 copy color: '#4996AB'

red 73 ◦ green 150 ◦ blue 171

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

Shades of Boston Blue #4996AB

Tints of Boston Blue #4996AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 18.53%
G = 38.07%
B = 43.4%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4996AB (or 0x4996AB) is known color: Boston Blue. HEX triplet: 49, 96 and AB. RGB value is (73,150,171). Sum of RGB (Red+Green+Blue) = 73+150+171=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #4996AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4996AB is #B66954. Grayscale: #818181. Windows color (decimal): -11954517 or 11245129. OLE color: 11245129.

HSL color Cylindrical-coordinate representation of color #4996AB: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4996AB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 150 171 -
CMYK 0.57 0.12 0 0.33
HSL 192.86º 0.4% 0.48% -
HSV(B) 192.86º 0.57% 0.67% -
XYZ 21 26.17 42.47 -
YUV 129.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 73 150 171 0.57 0.12 0 0.33 192.86 0.4 0.48
Hex 49 96 AB 39 C 0 21 C1 28 30
Octal 111 226 253 71 14 0 41 301 50 60
Binary 1001001 10010110 10101011 111001 1100 0 100001 11000001 101000 110000

Color Harmonies of #4996AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996AB

Black with #4996AB

Text Example


Text Example

White with #4996AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4996AB; }

 p { color: rgb(73,150,171); }

 H1.HeaderClassName
 {
   color: #4996AB;
 }
 .AnyTagClassName
 {
   color: #4996AB;
 }
</style>

background-color css

<style>
 a { background-color: #4996AB; }

 a { background-color: rgb(73,150,171); }

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

border-color css

<style>
 span { border-color: #4996AB; }

 span { border-color: rgb(73,150,171); }

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